Skip to content

Commit

Permalink
Merge pull request #82 from iconLake/iconlake
Browse files Browse the repository at this point in the history
add iconLake mainnet
  • Loading branch information
liangping committed Jun 26, 2024
2 parents 327bf10 + ac415d6 commit 18ae493
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions chains/mainnet/iconlake.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 18ae493

Please sign in to comment.