Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
liangping committed Jul 16, 2024
2 parents 9b8bfa7 + 60d3b6f commit 6d94671
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 9 deletions.
6 changes: 3 additions & 3 deletions chains/testnet/cosmos.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"sdk_version": "0.45.1",
"coin_type": "118",
"min_tx_fee": "800",
"min_tx_fee": "1500",
"addr_prefix": "cosmos",
"logo": "/logos/cosmos.svg",
"assets": [
Expand All @@ -38,6 +38,6 @@
"amount": "5000000uatom",
"ip_limit": "1",
"address_limit": "1",
"fees": "800uatom"
"fees": "1500uatom"
}
}
}
22 changes: 22 additions & 0 deletions chains/testnet/empe.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"chain_name": "empe",
"api": [
{"provider": "EMPE", "address": "https://lcd-testnet.empe.io"}
],
"rpc": [
{"provider": "EMPE", "address": "https://rpc-testnet.empe.io"},
{"provider": "EMPE-ARCHIVE", "address": "https://rpc-archive-testnet.empe.io"}
],
"sdk_version": "0.47.12",
"coin_type": "118",
"min_tx_fee": "3000",
"addr_prefix": "empe",
"logo": "/logos/empe.png",
"snapshot_provider": "https://archive-testnet.empe.io",
"assets": [{
"base": "uempe",
"symbol": "EMPE",
"exponent": "6",
"logo": "/logos/empe.png"
}]
}
12 changes: 10 additions & 2 deletions chains/testnet/jackal.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,19 @@
"chain_name": "jackal",
"coingecko": "jackal_protocol",
"api": [
"https://testnet-api.jackalprotocol.com"
{"provider": "Jackal Labs", "address": "https://testnet-api.jackalprotocol.com"},
{"provider": "Brochain", "address": "https://jackal-testnet-api.brocha.in"}
],
"rpc": [
"https://testnet-rpc.jackalprotocol.com"
{"provider": "Jackal Labs", "address": "https://testnet-rpc.jackalprotocol.com"},
{"provider": "Brochain", "address": "https://jackal-testnet-rpc.brocha.in"}
],
"faucet": {
"amount": "10000000ujkl",
"ip_limit": "1",
"address_limit": "10",
"fees": "1000ujkl"
},
"coin_type": "118",
"sdk_version": "0.45.11",
"addr_prefix": "jkl",
Expand Down
2 changes: 1 addition & 1 deletion chains/testnet/side.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"sdk_version": "0.47.4",
"coin_type": "118",
"min_tx_fee": "800",
"addr_prefix": "bc",
"addr_prefix": "side",
"logo": "/logos/side.png",
"assets": [{
"base": "uside",
Expand Down
12 changes: 9 additions & 3 deletions chains/testnet/symphony.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"chain_name": "symphony",
"api": [
{
"address": "https://symphony-api.kleomedes.network/",
"address": "https://symphony-api.kleomedes.network",
"provider": "Kleomedes"
}
],
"rpc": [
{
"address": "https://symphony-rpc.kleomedes.network/",
"address": "https://symphony-rpc.kleomedes.network",
"provider": "Kleomedes"
}
],
Expand All @@ -25,5 +25,11 @@
"exponent": "6",
"logo": "/logos/symphony.png"
}
]
],
"faucet": {
"amount": "100000note",
"ip_limit": "1",
"address_limit": "2",
"fees": "800note"
}
}
Binary file added logos/empe.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 6d94671

Please sign in to comment.