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