Skip to content

Commit

Permalink
Merge pull request #43 from kii-awesome/main
Browse files Browse the repository at this point in the history
Add Swisstronik Testnet and Fix coin type Realio
  • Loading branch information
liangping authored Feb 22, 2024
2 parents 0ba3647 + 46cc8fe commit d40a91c
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 23 deletions.
8 changes: 4 additions & 4 deletions chains/mainnet/realio.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
],
"snapshot_provider": "",
"addr_prefix": "realio",
"coin_type": "494",
"min_tx_fee": "8000",
"coin_type": "60",
"min_tx_fee": "5000",
"assets": [
{
"base": "ario",
Expand All @@ -33,10 +33,10 @@
"base": "arst",
"symbol": "RST",
"exponent": "18",
"coingecko_id": "realio-network",
"coingecko_id": "",
"logo": "/logos/realio.jpg"
}
],
"logo": "/logos/realio.png",
"sdk_version": "0.45.8"
"sdk_version": "v0.46.11"
}
41 changes: 22 additions & 19 deletions chains/testnet/swisstronik.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,27 @@
{
"chain_name": "swisstronik",
"coingecko": "",
"api": [ "https://api.testnet.swisstronik.com" ],
"rpc": [ "https://rpc.testnet.swisstronik.com" ],
"cosmwasm_enabled": false,
"theme_color": "#e74e43",
"alias": "swisstronik",
"api": [
"https://api.testnet.swisstronik.com",
"https://testnet-swisstronik-api.genznodes.dev"
],
"rpc": [
"https://rpc.testnet.swisstronik.com",
"https://testnet-swisstronik-rpc.genznodes.dev"
],
"snapshot_provider": "",
"sdk_version": "0.47.5",
"coin_type": "60",
"min_tx_fee": "100",
"addr_prefix": "swtr",
"logo": "/logos/swisstronik.png",
"keplr_features": ["ibc-transfer", "ibc-go", "eth-address-gen", "eth-key-sign"],
"coin_type": "60",
"min_tx_fee": "5000",
"assets": [
{
"base": "uswtr",
"symbol": "SWTR",
"exponent": "18",
"coingecko_id": "",
"logo": "/logos/swisstronik.png"
}
]
}
{
"base": "uswtr",
"symbol": "SWTR",
"exponent": "18",
"coingecko_id": "",
"logo": "/logos/swisstronik.png"
}
],
"logo": "/logos/swisstronik.png",
"sdk_version": "v0.47.5"
}
Binary file added logos/swisstronik.jpg
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 d40a91c

Please sign in to comment.