Skip to content

Commit

Permalink
feat: add finschia localnet/ebony info (#9)
Browse files Browse the repository at this point in the history
Signed-off-by: 170210 <[email protected]>
  • Loading branch information
170210 authored and ulbqb committed Dec 18, 2023
1 parent b9efd42 commit 5db91ff
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,28 @@
"signType": "ethsecp256k1",
"accountExplorerLink": "https://www.oklink.com/okbc-test/address/${accountAddress}",
"txExplorerLink": "https://www.oklink.com/okbc-test/tx/${txHash}"
},
{
"configName": "Finschia localnet",
"chainId": "simd-testing",
"chainEnvironment": "localnet",
"addressPrefix": "link",
"rpcEndpoint": "http://localhost:26657",
"defaultGasPrice": "0.015",
"chainDenom": "cony",
"faucetEndpoint": "http://localhost:8081"
},
{
"configName": "Ebony",
"chainId": "ebony-2",
"chainEnvironment": "testnet",
"addressPrefix": "tlink",
"rpcEndpoint": "https://ebony-rpc.finschia.io/",
"defaultGasPrice": "0.015",
"chainDenom": "tcony",
"accountExplorerLink": "https://explorer.blockchain.line.me/ebony/address/${accountAddress}",
"txExplorerLink": "https://explorer.blockchain.line.me/ebony/transaction/${txHash}",
"faucetEndpoint": "https://faucet-ebonynw.line-apps.com"
}
]
},
Expand Down

0 comments on commit 5db91ff

Please sign in to comment.