diff --git a/chains/evm/4000/config.json b/chains/evm/4000/config.json new file mode 100644 index 0000000..4404cc4 --- /dev/null +++ b/chains/evm/4000/config.json @@ -0,0 +1,20 @@ +[ + { + "id": 4000, + "name": "ozone", + "type": "evm", + "enabled": true, + "native_token_address": "0x83048f0Bf34FEeD8CEd419455a4320A735a92e9d", + "native_token": { + "address": "0x83048f0Bf34FEeD8CEd419455a4320A735a92e9d", + "name": "Wrapped OZO", + "symbol": "WOZO", + "decimals": 18 + }, + "stablecoin_addresses": [ + "0xd4a711333C41cC01B005dBE5389BcFb99D4f5d64", + "0x30ebD802ac0056aF633a41B653f31C4e650fd789" + ] + } +] + \ No newline at end of file diff --git a/dapps/evm/uniswap_v2/config.json b/dapps/evm/uniswap_v2/config.json index 015cb50..d48e131 100644 --- a/dapps/evm/uniswap_v2/config.json +++ b/dapps/evm/uniswap_v2/config.json @@ -1057,5 +1057,15 @@ "UniswapV2Router": "0xc25033218D181b27D4a2944Fbb04FC055da4EAB3", "UniswapV2Factory": "0xb7E5848e1d0CB457f2026670fCb9BbdB7e9E039C" } + }, + { + "chain_id": 4000, + "name": "lobsterswap", + "type": "uniswap_v2", + "enabled": true, + "contracts": { + "UniswapV2Router": "0x1a065502DF1C415Ee5d0f1e02f012973F2953818", + "UniswapV2Factory": "0xE6E64C926af9ABEc9D819f52c9572AB961CEF6C1" + } } ]