Skip to content

Commit

Permalink
fix: contract addresses (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev authored Dec 20, 2023
1 parent fbf8687 commit d65814d
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions data/addresses.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
{
"ccm": {
"baobab_testnet": {
"connector": "",
"immutableCreate2Factory": "0x095a03c6a68137fE9a566bBc3e552F299d8b886d",
"tss": "",
"tssUpdater": "",
"zetaToken": "",
"zetaTokenConsumerUniV2": "",
"zetaTokenConsumerUniV3": ""
},
"bsc_mainnet": {
"connector": "",
"erc20Custody": "",
Expand All @@ -25,7 +16,7 @@
"tssUpdater": "0x55122f7590164Ac222504436943FAB17B62F5d7d",
"zetaToken": "0x0000c9ec4042283e8139c74f4c64bcd1e0b9b54f",
"zetaTokenConsumerUniV2": "",
"zetaTokenConsumerUniV3": "0xd886b7Af031F9a505310bA01951948BD1d673aF1"
"zetaTokenConsumerUniV3": "0xFB2fCE3CCca19F0f764Ed8aa26C62181E3dA04C5"
},
"btc_testnet": {
"connector": "",
Expand Down Expand Up @@ -75,13 +66,6 @@
}
},
"non_zeta": {
"baobab_testnet": {
"uniswapV2Factory": "",
"uniswapV2Router02": "",
"uniswapV3Factory": "",
"uniswapV3Router": "",
"weth9": ""
},
"bsc_mainnet": {
"uniswapV2Factory": "",
"uniswapV2Router02": "",
Expand Down Expand Up @@ -115,7 +99,7 @@
"uniswapV2Router02": "0x0000ecb8cdd25a18f12daa23f6422e07fbf8b9e1",
"uniswapV3Factory": "0x1F98431c8aD98523631AE4a59f267346ea31F984",
"uniswapV3Router": "0xE592427A0AEce92De3Edee1F18E0157C05861564",
"weth9": "0xd886b7Af031F9a505310bA01951948BD1d673aF1"
"weth9": "0x9c3C9283D3e44854697Cd22D3Faa240Cfb032889"
},
"zeta_testnet": {
"uniswapV2Factory": "",
Expand Down

0 comments on commit d65814d

Please sign in to comment.