-
Notifications
You must be signed in to change notification settings - Fork 491
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Dymension League - apollo testnet basic data (#469)
* add apollo testnet basic data * fix evm-rpc address --------- Co-authored-by: Nikos Koumbakis <[email protected]>
- Loading branch information
1 parent
5f2f2fa
commit c5328d8
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.