From 8b9c670b156a528d3f9b40fc918956b5b09e12f2 Mon Sep 17 00:00:00 2001 From: yanfeizuo <18856856693@163.com> Date: Wed, 8 Feb 2023 16:57:01 +0800 Subject: [PATCH] add meter and voltswap --- chains/evm/82/config.json | 20 ++++++++++++++++++++ dapps/evm/solidly/config.json | 9 +++++++++ 2 files changed, 29 insertions(+) create mode 100644 chains/evm/82/config.json diff --git a/chains/evm/82/config.json b/chains/evm/82/config.json new file mode 100644 index 0000000..fcaba15 --- /dev/null +++ b/chains/evm/82/config.json @@ -0,0 +1,20 @@ +[ + { + "id": 82, + "name": "meter", + "type": "evm", + "enabled": true, + "native_token_address": "0x160361ce13ec33c993b5cca8f62b6864943eb083", + "native_token": { + "address": "0x160361ce13ec33c993b5cca8f62b6864943eb083", + "name": "Wrapped Meter", + "symbol": "WMTR", + "decimals": 18 + }, + "stablecoin_addresses": [ + "0x24aa189dfaa76c671c279262f94434770f557c35", + "0xd86e243fc0007e6226b07c9a50c9d70d78299eb5", + "0x5fa41671c48e3c951afc30816947126ccc8c162e" + ] + } +] \ No newline at end of file diff --git a/dapps/evm/solidly/config.json b/dapps/evm/solidly/config.json index 62cee0c..b9a97e4 100644 --- a/dapps/evm/solidly/config.json +++ b/dapps/evm/solidly/config.json @@ -26,5 +26,14 @@ "contracts": { "UniswapV2Factory": "0x4233ad9b8b7c1ccf0818907908a7f0796a3df85f" } + }, + { + "chain_id": 82, + "name": "voltswap", + "type": "solidly", + "enabled": true, + "contracts": { + "UniswapV2Factory": "0xb33dE8C0843F90655ad6249F20B473a627443d21" + } } ] \ No newline at end of file