Skip to content

Commit

Permalink
chore: update superform adapter to add Blast & Linea support (#11797)
Browse files Browse the repository at this point in the history
  • Loading branch information
sujithsomraaj committed Oct 1, 2024
1 parent 7033f91 commit 50d37d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/superform/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const superform_chains = ["ethereum", "polygon", "bsc", "avax", "arbitrum", "optimism", "base", "fantom"];
const superform_chains = ["ethereum", "polygon", "bsc", "avax", "arbitrum", "optimism", "base", "fantom", "blast", "linea"];
const factory_contract = "0xD85ec15A9F814D6173bF1a89273bFB3964aAdaEC";
const fantom_factory_contract = "0xbc85043544CC2b3Fd095d54b6431822979BBB62A";

Expand Down

0 comments on commit 50d37d1

Please sign in to comment.