Skip to content

Commit

Permalink
Merge pull request #202 from connext/712-add-hub-assets
Browse files Browse the repository at this point in the history
712-add-hub-assets
  • Loading branch information
wanglonghong authored Aug 9, 2024
2 parents e945219 + eb48b8d commit 5a3acfe
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
15 changes: 14 additions & 1 deletion everclear.testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,20 @@
],
"subgraphUrls": [
"https://api.goldsky.com/api/public/project_clssc64y57n5r010yeoly05up/subgraphs/everclear-hub-sepolia/production-v0.0.1/gn"
]
],
"assets": {
"ETH": {
"symbol": "ETH",
"address": "0x0000000000000000000000000000000000000000",
"decimals": 18,
"isNative": true,
"price": {
"isStable": false,
"priceFeed": "0x694AA1769357215DE4FAC081bf1f309aDC325306",
"coingeckoId": "ethereum"
}
}
}
},
"chains": {
"11155111": {
Expand Down
13 changes: 13 additions & 0 deletions everclear.testnet.staging.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,19 @@
"https://api.studio.thegraph.com/query/60851/everclear-hub-scroll-sepolia/version/latest",
"https://api.goldsky.com/api/public/project_clssc64y57n5r010yeoly05up/subgraphs/everclear-hub-scroll-sepolia/staging-v0.0.7/gn"
],
"assets": {
"ETH": {
"symbol": "ETH",
"address": "0x0000000000000000000000000000000000000000",
"decimals": 18,
"isNative": true,
"price": {
"isStable": false,
"priceFeed": "0x694AA1769357215DE4FAC081bf1f309aDC325306",
"coingeckoId": "ethereum"
}
}
},
"gasLimit": 10000000
},
"chains": {
Expand Down

0 comments on commit 5a3acfe

Please sign in to comment.