Skip to content

Commit

Permalink
fix: add asset to staging hub config
Browse files Browse the repository at this point in the history
  • Loading branch information
preethamr committed Aug 9, 2024
1 parent 535ff47 commit eb48b8d
Showing 1 changed file with 13 additions and 0 deletions.
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 eb48b8d

Please sign in to comment.