Skip to content

Commit

Permalink
Merge branch 'init-prototypes' into prototype-localnet
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito committed Jul 2, 2024
2 parents 7e3ad3e + 69d5763 commit 022fee2
Show file tree
Hide file tree
Showing 10 changed files with 57 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @andresaiello @brewmaster012 @lumtis @charliemc0 @fadeev @skosito
* @andresaiello @brewmaster012 @lumtis @charliemc0 @fadeev @skosito @fbac
42 changes: 42 additions & 0 deletions data/addresses.testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,48 @@
"chain_name": "btc_testnet",
"type": "tss"
},
{
"address": "0x60E6b70bC2761f878Ff992276612F67FbABC1761",
"category": "messaging",
"chain_id": 80002,
"chain_name": "amoy_testnet",
"type": "connector"
},
{
"address": "0xFDE448af6140a8702A1165c44A0895ebE24b0C02",
"category": "omnichain",
"chain_id": 80002,
"chain_name": "amoy_testnet",
"type": "erc20Custody"
},
{
"address": "0x55122f7590164Ac222504436943FAB17B62F5d7d",
"category": "messaging",
"chain_id": 80002,
"chain_name": "amoy_testnet",
"type": "pauser"
},
{
"address": "0x8531a5aB847ff5B22D855633C25ED1DA3255247e",
"category": "omnichain",
"chain_id": 80002,
"chain_name": "amoy_testnet",
"type": "tss"
},
{
"address": "0x55122f7590164Ac222504436943FAB17B62F5d7d",
"category": "omnichain",
"chain_id": 80002,
"chain_name": "amoy_testnet",
"type": "tssUpdater"
},
{
"address": "0x1432612E60cad487C857E7D38AFf57134916c902",
"category": "messaging",
"chain_id": 80002,
"chain_name": "amoy_testnet",
"type": "zetaToken"
},
{
"address": "0x3963341dad121c9CD33046089395D66eBF20Fb03",
"category": "messaging",
Expand Down
1 change: 1 addition & 0 deletions lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export type ParamSymbol =
| "USDT.BSC"
| "USDT.ETH";
export type ParamChainName =
| "amoy_testnet"
| "bsc_mainnet"
| "bsc_testnet"
| "btc_mainnet"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@uniswap/v2-core": "^1.0.1",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"@uniswap/v3-periphery": "^1.4.3",
"@zetachain/networks": "8.0.0-rc1",
"@zetachain/networks": "8.0.0",
"axios": "^1.6.5",
"chai": "^4.3.6",
"cpx": "^1.5.0",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 022fee2

Please sign in to comment.