-
Notifications
You must be signed in to change notification settings - Fork 512
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b24c5b6
commit 74cc577
Showing
2 changed files
with
51 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,51 @@ | ||
{ | ||
"chainId": "self-test-1", | ||
"chainName": "Self Chain Testnet", | ||
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/self-test/chain.png", | ||
"rpc": "https://rpc-devnet.selfchain.xyz", | ||
"rest": "https://api-devnet.selfchain.xyz/", | ||
"nodeProvider": { | ||
"name": "Self Chain", | ||
"email": "hello@frontier.xyz", | ||
"website":"https://selfchain.xyz" | ||
}, | ||
"bip44": { | ||
"coinType": 118 | ||
}, | ||
"bech32Config": { | ||
"bech32PrefixAccAddr": "self", | ||
"bech32PrefixAccPub": "selfpub", | ||
"bech32PrefixValAddr": "selfvaloper", | ||
"bech32PrefixValPub": "selfvaloperpub", | ||
"bech32PrefixConsAddr": "selfvalcons", | ||
"bech32PrefixConsPub": "selfvalconspub" | ||
}, | ||
"currencies": [ | ||
{ | ||
"coinDenom": "SLF", | ||
"coinMinimalDenom": "uslf", | ||
"coinDecimals": 6, | ||
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/self-test/chain.png" | ||
} | ||
], | ||
"feeCurrencies": [ | ||
{ | ||
"coinDenom": "SLF", | ||
"coinMinimalDenom": "uslf", | ||
"coinDecimals": 6, | ||
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/self-test/chain.png", | ||
"gasPriceStep": { | ||
"low": 0.005, | ||
"average": 0.025, | ||
"high": 0.03 | ||
} | ||
} | ||
], | ||
"stakeCurrency": { | ||
"coinDenom": "SLF", | ||
"coinMinimalDenom": "uslf", | ||
"coinDecimals": 6, | ||
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/self-test/chain.png" | ||
}, | ||
"features": [] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.