Skip to content

Commit

Permalink
chore: gateway addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Oct 24, 2024
1 parent abbfeea commit de0d96d
Show file tree
Hide file tree
Showing 92 changed files with 3,277 additions and 1,063 deletions.
112 changes: 112 additions & 0 deletions v2/data/addresses.testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,41 @@
"chain_name": "bsc_testnet",
"type": "connector"
},
{
"address": "0xd80be3710f08d280f51115e072e5d2a778946cd7",
"category": "omnichain",
"chain_id": 97,
"chain_name": "bsc_testnet",
"type": "custody"
},
{
"address": "0x61ed1f2d85f95182740fa1f6618d4542fedb7468",
"category": "omnichain",
"chain_id": 97,
"chain_name": "bsc_testnet",
"type": "custody_implementation"
},
{
"address": "0x0000a7db254145767262c6a81a7ee1650684258e",
"category": "omnichain",
"chain_id": 97,
"chain_name": "bsc_testnet",
"type": "erc20Custody"
},
{
"address": "0x0c487a766110c85d301d96e33579c5b317fa4995",
"category": "omnichain",
"chain_id": 97,
"chain_name": "bsc_testnet",
"type": "gateway"
},
{
"address": "0x4f8b2c28a670ae47049fae0a114af0204752df0d",
"category": "omnichain",
"chain_id": 97,
"chain_name": "bsc_testnet",
"type": "gateway_implementation"
},
{
"address": "0x8531a5aB847ff5B22D855633C25ED1DA3255247e",
"category": "omnichain",
Expand Down Expand Up @@ -246,13 +274,41 @@
"chain_name": "amoy_testnet",
"type": "connector"
},
{
"address": "0xd80be3710f08d280f51115e072e5d2a778946cd7",
"category": "omnichain",
"chain_id": 80002,
"chain_name": "amoy_testnet",
"type": "custody"
},
{
"address": "0x61ed1f2d85f95182740fa1f6618d4542fedb7468",
"category": "omnichain",
"chain_id": 80002,
"chain_name": "amoy_testnet",
"type": "custody_implementation"
},
{
"address": "0xFDE448af6140a8702A1165c44A0895ebE24b0C02",
"category": "omnichain",
"chain_id": 80002,
"chain_name": "amoy_testnet",
"type": "erc20Custody"
},
{
"address": "0x0c487a766110c85d301d96e33579c5b317fa4995",
"category": "omnichain",
"chain_id": 80002,
"chain_name": "amoy_testnet",
"type": "gateway"
},
{
"address": "0x4f8b2c28a670ae47049fae0a114af0204752df0d",
"category": "omnichain",
"chain_id": 80002,
"chain_name": "amoy_testnet",
"type": "gateway_implementation"
},
{
"address": "0x8531a5aB847ff5B22D855633C25ED1DA3255247e",
"category": "omnichain",
Expand All @@ -274,13 +330,41 @@
"chain_name": "base_sepolia",
"type": "connector"
},
{
"address": "0xd80be3710f08d280f51115e072e5d2a778946cd7",
"category": "omnichain",
"chain_id": 84532,
"chain_name": "base_sepolia",
"type": "custody"
},
{
"address": "0x61ed1f2d85f95182740fa1f6618d4542fedb7468",
"category": "omnichain",
"chain_id": 84532,
"chain_name": "base_sepolia",
"type": "custody_implementation"
},
{
"address": "0x3A1f7b35EF57543B4e86c384eF6a368Ed811a36E",
"category": "omnichain",
"chain_id": 84532,
"chain_name": "base_sepolia",
"type": "erc20Custody"
},
{
"address": "0x0c487a766110c85d301d96e33579c5b317fa4995",
"category": "omnichain",
"chain_id": 84532,
"chain_name": "base_sepolia",
"type": "gateway"
},
{
"address": "0x4f8b2c28a670ae47049fae0a114af0204752df0d",
"category": "omnichain",
"chain_id": 84532,
"chain_name": "base_sepolia",
"type": "gateway_implementation"
},
{
"address": "0x8531a5aB847ff5B22D855633C25ED1DA3255247e",
"category": "omnichain",
Expand All @@ -302,13 +386,41 @@
"chain_name": "sepolia_testnet",
"type": "connector"
},
{
"address": "0xd80be3710f08d280f51115e072e5d2a778946cd7",
"category": "omnichain",
"chain_id": 11155111,
"chain_name": "sepolia_testnet",
"type": "custody"
},
{
"address": "0x61ed1f2d85f95182740fa1f6618d4542fedb7468",
"category": "omnichain",
"chain_id": 11155111,
"chain_name": "sepolia_testnet",
"type": "custody_implementation"
},
{
"address": "0x84725b70a239d3Faa7C6EF0C6C8E8b6c8e28338b",
"category": "omnichain",
"chain_id": 11155111,
"chain_name": "sepolia_testnet",
"type": "erc20Custody"
},
{
"address": "0x0c487a766110c85d301d96e33579c5b317fa4995",
"category": "omnichain",
"chain_id": 11155111,
"chain_name": "sepolia_testnet",
"type": "gateway"
},
{
"address": "0x4f8b2c28a670ae47049fae0a114af0204752df0d",
"category": "omnichain",
"chain_id": 11155111,
"chain_name": "sepolia_testnet",
"type": "gateway_implementation"
},
{
"address": "0x8531a5aB847ff5B22D855633C25ED1DA3255247e",
"category": "omnichain",
Expand Down
2 changes: 1 addition & 1 deletion v2/lib/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export type ParamSymbol = "USDC.BSC" | "USDC.ETH" | "BTC.BTC" | "ETH.BASE" | "PEPE.ETH" | "BNB.BSC" | "SHIB.ETH" | "USDT.ETH" | "USDT.BSC" | "USDC.BASE" | "POL.POLYGON" | "DAI.ETH" | "ULTI.BSC" | "ETH.ETH" | "USDT.POL" | "ULTI.ETH" | "USDC.POL" | "sETH.SEPOLIA" | "USDC" | "gETH" | "ETH.BASESEPOLIA" | "tMATIC" | "tBTC" | "MATIC.AMOY" | "SOL.SOLANA" | "USDC.SEPOLIA" | "tBNB";
export type ParamChainName = "eth_mainnet" | "bsc_mainnet" | "polygon_mainnet" | "zeta_mainnet" | "btc_mainnet" | "base_mainnet" | "bsc_testnet" | "solana_devnet" | "zeta_testnet" | "btc_testnet" | "amoy_testnet" | "base_sepolia" | "sepolia_testnet";
export type ParamType = "connector" | "erc20Custody" | "tss" | "uniswapV2Factory" | "uniswapV2Router02" | "uniswapV3Factory" | "uniswapV3Router" | "weth9" | "zetaToken" | "fungibleModule" | "systemContract" | "zrc20" | "gateway";
export type ParamType = "connector" | "erc20Custody" | "tss" | "uniswapV2Factory" | "uniswapV2Router02" | "uniswapV3Factory" | "uniswapV3Router" | "weth9" | "zetaToken" | "fungibleModule" | "systemContract" | "zrc20" | "custody" | "custody_implementation" | "gateway" | "gateway_implementation";

4 changes: 2 additions & 2 deletions v2/pkg/address.sol/address.go

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

4 changes: 2 additions & 2 deletions v2/pkg/beaconproxy.sol/beaconproxy.go

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

2 changes: 1 addition & 1 deletion v2/pkg/core.sol/core.go

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

2 changes: 1 addition & 1 deletion v2/pkg/defender.sol/defender.go

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

2 changes: 1 addition & 1 deletion v2/pkg/defenderdeploy.sol/defenderdeploy.go

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

Loading

0 comments on commit de0d96d

Please sign in to comment.