Skip to content

Commit

Permalink
Merge pull request #189 from connext/feat/654-prod-testnet-config
Browse files Browse the repository at this point in the history
feat: add prod testnet config
  • Loading branch information
preethamr authored Aug 1, 2024
2 parents b64d5f3 + 011f639 commit 1f605c2
Showing 1 changed file with 83 additions and 3 deletions.
86 changes: 83 additions & 3 deletions everclear.testnet.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,85 @@
{
"hub": {},
"chains": {},
"abis": {}
"hub": {
"domain": "6398",
"deployments": {
"everclear": "0xFeaaF6291E40252413aA6cb5214F486c8088207e",
"gateway": "0x10A8ea817572Ba227aa1cF907F2B683502bB4310"
},
"providers": [
"https://rpc.connext-sepolia.gelato.digital"
],
"subgraphUrls": [
"https://api.goldsky.com/api/public/project_clssc64y57n5r010yeoly05up/subgraphs/everclear-hub-sepolia/production-v0.0.1/gn"
]
},
"chains": {
"11155111": {
"providers": [
"https://ethereum-sepolia-rpc.publicnode.com"
],
"subgraphUrls": [
"https://api.goldsky.com/api/public/project_clssc64y57n5r010yeoly05up/subgraphs/everclear-spoke-sepolia/production-v0.0.1/gn"
],
"deployments": {
"everclear": "0xa257E66309ABE99919d09afd160751F3e4754205",
"gateway": "0x30B0EF6D67Fa65B9A0351f860818eAEE5ADFb7D7"
},
"assets": {
"ETH": {
"symbol": "ETH",
"address": "0x0000000000000000000000000000000000000000",
"decimals": 18,
"isNative": true,
"price": {
"isStable": false,
"priceFeed": "0x694AA1769357215DE4FAC081bf1f309aDC325306",
"coingeckoId": "ethereum"
}
},
"TEST": {
"symbol": "TEST",
"address": "0xd26e3540A0A368845B234736A0700E0a5A821bBA",
"decimals": 18,
"isNative": false,
"price": {
"isStable": true
}
}
}
},
"97": {
"providers": [
"https://data-seed-prebsc-1-s1.bnbchain.org:8545"
],
"subgraphUrls": [
"https://api.goldsky.com/api/public/project_clssc64y57n5r010yeoly05up/subgraphs/everclear-spoke-chapel/production-v0.0.1/gn"
],
"deployments": {
"everclear": "0x97f24e4eeD4d05D48cb8a45ADfE5e6aF2de14F71",
"gateway": "0x0A1bcEE4F09B691EbFbb3a5b83221A7Ce896c6bd"
},
"assets": {
"BNB": {
"symbol": "BNB",
"address": "0x0000000000000000000000000000000000000000",
"decimals": 18,
"isNative": true,
"price": {
"isStable": false,
"priceFeed": "0x2514895c72f50D8bd4B4F9b1110F0D6bD2c97526",
"coingeckoId": "binancecoin"
}
},
"TEST": {
"symbol": "TEST",
"address": "0x5f921E4DE609472632CEFc72a3846eCcfbed4ed8",
"decimals": 18,
"isNative": false,
"price": {
"isStable": true
}
}
}
}
}
}

0 comments on commit 1f605c2

Please sign in to comment.