Skip to content

Commit

Permalink
chore: Add ZETA token consumer address (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev authored May 14, 2024
1 parent 8f3f73e commit d24e8f2
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 203 deletions.
7 changes: 7 additions & 0 deletions data/addresses.testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,13 @@
"chain_name": "zeta_testnet",
"type": "zetaToken"
},
{
"address": "0x48C4475B7A9A6E9c384dDF3eb30c56761a2bc37e",
"category": "messaging",
"chain_id": 7001,
"chain_name": "zeta_testnet",
"type": "zetaTokenConsumerUniV3"
},
{
"address": "0x05BA149A7bd6dC1F937fA9046A9e05C05f3b18b0",
"asset": "",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"license": "MIT",
"main": "./dist/lib/index.js",
"name": "@zetachain/protocol-contracts",
"packageManager": "[email protected]+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
Expand Down
203 changes: 0 additions & 203 deletions pkg/hardhat/console.sol/console.go

This file was deleted.

7 changes: 7 additions & 0 deletions tasks/addresses.testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@
"chain_name": "sepolia_testnet",
"type": "zetaTokenConsumerUniV3"
},
{
"address": "0x48C4475B7A9A6E9c384dDF3eb30c56761a2bc37e",
"category": "messaging",
"chain_id": 7001,
"chain_name": "zeta_testnet",
"type": "zetaTokenConsumerUniV3"
},
{
"address": "0x8954AfA98594b838bda56FE4C12a09D7739D179b",
"category": "messaging",
Expand Down

0 comments on commit d24e8f2

Please sign in to comment.