Skip to content

Commit

Permalink
Merge pull request #228 from connext/add-zircuit
Browse files Browse the repository at this point in the history
feat: add zircuit
  • Loading branch information
just-a-node authored Dec 13, 2024
2 parents bd18d17 + 4e1bd53 commit fd021b9
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion everclear.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,13 @@
"priceFeed": "0x3E7d1eAB13ad0104d2750B8863b489D65364e32D",
"coingeckoId": "tether"
}
},
"xPufETH": {
"symbol": "xPufETH",
"address": "0xD7D2802f6b19843ac4DfE25022771FD83b5A7464",
"decimals": 18,
"tickerHash": "0x7ca978c7f993c411238b0887969711b470a3133448ab70e4f18aa4d63dcb7907",
"isNative": false
}
}
},
Expand Down Expand Up @@ -380,7 +387,15 @@
"XERC20Module": "0xD1daF260951B8d350a4AeD5C80d74Fd7298C93F4"
},
"confirmations": 1,
"assets": {}
"assets": {
"xPufETH": {
"symbol": "xPufETH",
"address": "0x9346A5043C590133FE900aec643D9622EDddBA57",
"decimals": 18,
"tickerHash": "0x7ca978c7f993c411238b0887969711b470a3133448ab70e4f18aa4d63dcb7907",
"isNative": false
}
}
}
}
}

0 comments on commit fd021b9

Please sign in to comment.