Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/ping-pub/ping.pub
Browse files Browse the repository at this point in the history
  • Loading branch information
liangping committed Jul 4, 2024
2 parents 69e41c1 + e8e7c4a commit 2faf573
Show file tree
Hide file tree
Showing 5 changed files with 81 additions and 22 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"
}
22 changes: 0 additions & 22 deletions chains/testnet/0g-evmos.json

This file was deleted.

23 changes: 23 additions & 0 deletions chains/testnet/0g.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"chain_name": "0g",
"registry_name": "0g",
"api": [
{"provider": "BonyNode", "address": "https://og-testnet-api.bonynode.online"}
],
"rpc": [
{"provider": "BonyNode", "address": "https://og-testnet-rpc.bonynode.online"}
],
"sdk_version": "0.46.11",
"coin_type": "118",
"min_tx_fee": "0",
"addr_prefix": "0g",
"logo": "/logos/0g-evmos.png",
"keplr_features": ["eth-address-gen", "eth-key-sign"],
"assets": [{
"base": "ua0gi",
"symbol": "A0GI",
"exponent": "6",
"coingecko_id": "",
"logo": "/logos/0g-evmos.png"
}]
}
29 changes: 29 additions & 0 deletions chains/testnet/symphony.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"chain_name": "symphony",
"api": [
{
"address": "https://symphony-api.kleomedes.network/",
"provider": "Kleomedes"
}
],
"rpc": [
{
"address": "https://symphony-rpc.kleomedes.network/",
"provider": "Kleomedes"
}
],
"snapshot_provider": "",
"sdk_version": "0.47.8",
"coin_type": "118",
"min_tx_fee": "800",
"addr_prefix": "symphony",
"logo": "/logos/symphony.png",
"assets": [
{
"base": "note",
"symbol": "MLD",
"exponent": "6",
"logo": "/logos/symphony.png"
}
]
}
Binary file added logos/symphony.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2faf573

Please sign in to comment.