Skip to content

Commit

Permalink
remove Goerli addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Mar 19, 2024
1 parent d203604 commit 6a40c08
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 65 deletions.
42 changes: 0 additions & 42 deletions data/addresses.testnet.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,4 @@
[
{
"address": "0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f",
"category": "messaging",
"chain_id": 5,
"chain_name": "goerli_testnet",
"type": "uniswapV2Factory"
},
{
"address": "0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D",
"category": "messaging",
"chain_id": 5,
"chain_name": "goerli_testnet",
"type": "uniswapV2Router02"
},
{
"address": "0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f",
"category": "messaging",
"chain_id": 5,
"chain_name": "goerli_testnet",
"type": "uniswapV3Factory"
},
{
"address": "0xE592427A0AEce92De3Edee1F18E0157C05861564",
"category": "messaging",
"chain_id": 5,
"chain_name": "goerli_testnet",
"type": "uniswapV3Router"
},
{
"address": "0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6",
"category": "messaging",
"chain_id": 5,
"chain_name": "goerli_testnet",
"type": "weth9"
},
{
"address": "0x8eAc517b92eeE82177a83851268F13109878f8c4",
"category": "messaging",
"chain_id": 5,
"chain_name": "goerli_testnet",
"type": "zetaTokenConsumerUniV2"
},
{
"address": "0x0000ecb8cdd25a18f12daa23f6422e07fbf8b9e1",
"category": "messaging",
Expand Down
2 changes: 0 additions & 2 deletions lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export type ParamChainName =
| "btc_mainnet"
| "btc_testnet"
| "eth_mainnet"
| "goerli_testnet"
| "mumbai_testnet"
| "sepolia_testnet"
| "zeta_mainnet"
Expand All @@ -37,6 +36,5 @@ export type ParamType =
| "uniswapV3Router"
| "weth9"
| "zetaToken"
| "zetaTokenConsumerUniV2"
| "zetaTokenConsumerUniV3"
| "zrc20";
21 changes: 0 additions & 21 deletions tasks/addresses.testnet.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
[
{
"address": "0x8eAc517b92eeE82177a83851268F13109878f8c4",
"category": "messaging",
"chain_id": 5,
"chain_name": "goerli_testnet",
"type": "zetaTokenConsumerUniV2"
},
{
"address": "0x7e792f3736751e168864106AdbAC50152641A927",
"category": "messaging",
Expand Down Expand Up @@ -47,19 +40,5 @@
"chain_id": 97,
"chain_name": "bsc_testnet",
"type": "uniswapV3Router"
},
{
"address": "0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D",
"category": "messaging",
"chain_id": 5,
"chain_name": "goerli_testnet",
"type": "uniswapV2Router02"
},
{
"address": "0xE592427A0AEce92De3Edee1F18E0157C05861564",
"category": "messaging",
"chain_id": 5,
"chain_name": "goerli_testnet",
"type": "uniswapV3Router"
}
]

0 comments on commit 6a40c08

Please sign in to comment.