Skip to content

Commit

Permalink
add Dymension League - apollo testnet basic data (#469)
Browse files Browse the repository at this point in the history
* add apollo testnet basic data

* fix evm-rpc address

---------

Co-authored-by: Nikos Koumbakis <[email protected]>
  • Loading branch information
SpiralOutDotEu and Nikos Koumbakis authored Aug 28, 2024
1 parent 5f2f2fa commit c5328d8
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions testnet/dyml_3202-1/dyml_3202-1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"chainId": "dyml_3202-1",
"chainName": "Dymension League - Apollo",
"rpc": "https://rpc-apollo.dymension-league.xyz",
"rest": "https://api-apollo.dymension-league.xyz",
"collectData": true,
"evm": {
"chainId": "0xC82",
"rpc": "https://evm-rpc-apollo.dymension-league.xyz"
},
"bech32Prefix": "dyml",
"currencies": [
{
"displayDenom": "DYML",
"baseDenom": "adyml",
"decimals": 18,
"logo": "/logos/dymension-league-logo.png",
"type": "main"
}
],
"coinType": 60,
"validatorsLogosStorageDir": "hub",
"faucetUrl": "https://faucet.dymension-league.xyz/",
"gasPriceSteps": {
"low": 20000000000,
"average": 20000000000,
"high": 20000000000
},
"logo": "/logos/dymension-league-logo.png",
"type": "Hub",
"analytics": true,
"website": "https://testnet.dymension.xyz"
}
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 c5328d8

Please sign in to comment.