Skip to content

Commit 1703394

Browse files
authored
Merge pull request #346 from connext/feat/megaeth
feat: megaeth staging config
2 parents 0362a04 + 0f44266 commit 1703394

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

everclear.mainnet.staging.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,44 @@
527527
}
528528
}
529529
}
530+
},
531+
"4326": {
532+
"network": "evm",
533+
"providers": ["https://mainnet.megaeth.com/rpc"],
534+
"subgraphUrls": [
535+
"https://api.goldsky.com/api/public/project_clssc64y57n5r010yeoly05up/subgraphs/everclear-spoke-megaeth/staging-v0.0.1/gn"
536+
],
537+
"deployments": {
538+
"everclear": "0xa05A3380889115bf313f1Db9d5f335157Be4D816",
539+
"gateway": "0x9ADA72CCbAfe94248aFaDE6B604D1bEAacc899A7",
540+
"XERC20Module": "0xD1daF260951B8d350a4AeD5C80d74Fd7298C93F4",
541+
"feeAdapter": "0x7B435CCF350DBC773e077410e8FEFcd46A1cDfAA"
542+
},
543+
"confirmations": 5,
544+
"assets": {
545+
"WETH": {
546+
"symbol": "WETH",
547+
"address": "0x4200000000000000000000000000000000000006",
548+
"decimals": 18,
549+
"tickerHash": "0x0f8a193ff464434486c0daf7db2a895884365d2bc84ba47a68fcf89c1b14b5b8",
550+
"isNative": false,
551+
"price": {
552+
"isStable": false,
553+
"coingeckoId": "ethereum"
554+
}
555+
},
556+
"USDT": {
557+
"symbol": "USDT",
558+
"address": "0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb",
559+
"decimals": 6,
560+
"tickerHash": "0x8b1a1d9c2b109e527c9134b25b1a1833b16b6594f92daa9f6d9b7a6024bce9d0",
561+
"isNative": false,
562+
"price": {
563+
"isStable": true,
564+
"coingeckoId": "tether"
565+
}
566+
}
567+
}
530568
}
531569
}
532570
}

0 commit comments

Comments
 (0)