Skip to content

Commit

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

0 comments on commit 535ff47

Please sign in to comment.