From 71c030de92879975a235de8c3a8c4d3e110d4ac4 Mon Sep 17 00:00:00 2001 From: coffeecryptoindo Date: Mon, 19 Jun 2023 08:39:43 +0800 Subject: [PATCH 1/2] add coredao chain --- chains/evm/1116/config.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 chains/evm/1116/config.json diff --git a/chains/evm/1116/config.json b/chains/evm/1116/config.json new file mode 100644 index 0000000..0f16979 --- /dev/null +++ b/chains/evm/1116/config.json @@ -0,0 +1,25 @@ +[ + { + "id": 1116, + "name": "core", + "type": "evm", + "enabled": true, + "native_token_address": "0x40375C92d9FAf44d2f9db9Bd9ba41a3317a2404f", + "native_token": { + "address": "0x40375C92d9FAf44d2f9db9Bd9ba41a3317a2404f", + "name": "Wrapped CORE", + "symbol": "WCORE", + "decimals": 18 + }, + "stablecoin_addresses": [ + "0xF76ff9A0F07AB1100c70D03c15A34bA139f8291A", + "0xf7BB4E0eCdBD16Fa8dD39AFb679283b5d7BB32a6", + "0xa4151B2B3e269645181dCcF2D426cE75fcbDeca9", + "0xD2683b22287E63D22928CBe4514003a92507f474", + "0x900101d06A7426441Ae63e9AB3B9b0F63Be145F1", + "0x81bCEa03678D1CEF4830942227720D542Aa15817", + "0x1f82d787a1186c67360E62869C46eADbc192846a", + "0x8687cD1d02A28098571067ddB18F33fEF667C929" + ] + } +] \ No newline at end of file From fc70be56effe1570342a9e75f758ca6b944fd7c2 Mon Sep 17 00:00:00 2001 From: coffeecryptoindo Date: Mon, 19 Jun 2023 09:02:01 +0800 Subject: [PATCH 2/2] add icecreamswap and archerswap --- dapps/evm/uniswap_v2/config.json | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/dapps/evm/uniswap_v2/config.json b/dapps/evm/uniswap_v2/config.json index 015cb50..9a28f5a 100644 --- a/dapps/evm/uniswap_v2/config.json +++ b/dapps/evm/uniswap_v2/config.json @@ -1057,5 +1057,25 @@ "UniswapV2Router": "0xc25033218D181b27D4a2944Fbb04FC055da4EAB3", "UniswapV2Factory": "0xb7E5848e1d0CB457f2026670fCb9BbdB7e9E039C" } + }, +{ + "chain_id": 1116, + "name": "icecreamswap", + "type": "uniswap_v2", + "enabled": true, + "contracts": { + "UniswapV2Router": "0xBb5e1777A331ED93E07cF043363e48d320eb96c4", + "UniswapV2Factory": "0x9E6d21E759A7A288b80eef94E4737D313D31c13f" + } + }, +{ + "chain_id": 1116, + "name": "archerswap", + "type": "uniswap_v2", + "enabled": true, + "contracts": { + "UniswapV2Router": "0x74f56a7560ef0c72cf6d677e3f5f51c2d579ff15", + "UniswapV2Factory": "0xe0b8838e8d73ff1ca193e8cc2bc0ebf7cf86f620" + } } -] +] \ No newline at end of file