diff --git a/chains/mainnet/iconlake.json b/chains/mainnet/iconlake.json new file mode 100644 index 0000000..42c3b15 --- /dev/null +++ b/chains/mainnet/iconlake.json @@ -0,0 +1,29 @@ +{ + "chain_name": "iconLake", + "registry_name": "iconLake", + "api": [ + {"provider": "iconLake", "address": "https://lcd.iconlake.com"} + ], + "rpc": [ + {"provider": "iconLake", "address": "https://rpc.iconlake.com"} + ], + "sdk_version": "0.47.3", + "coin_type": "1009", + "min_tx_fee": "800", + "assets": [ + { + "base": "ulake", + "symbol": "LAKE", + "exponent": "6", + "logo": "/logos/iconlake-lake.svg" + },{ + "base": "udrop", + "symbol": "DROP", + "exponent": "4", + "logo": "/logos/iconlake-drop.svg" + } + ], + "addr_prefix": "iconlake", + "theme_color": "#476de8", + "logo": "/logos/iconlake.svg" +}