Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
add wormhole
Browse files Browse the repository at this point in the history
  • Loading branch information
shaolin-flow committed Jan 31, 2024
1 parent fa61674 commit d0998c1
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 0 deletions.
35 changes: 35 additions & 0 deletions testnet/gateway/gateway.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"chainId": "wormchain",
"chainName": "Gateway",
"rpc": "",
"rest": "",
"explorerUrl": "https://wormhole.com/explorer",
"exploreTxUrl": "https://wormhole.com/explorer?txId=",
"bech32Prefix": "wormhole",
"currencies": [
{
"displayDenom": "SOL",
"baseDenom": "sol",
"decimals": 18,
"logo": "/logos/solana-sol-logo.svg",
"type": "main"
}
],
"coinType": 118,
"validatorsLogosStorageDir": "",
"faucetUrl": "",
"ibc": {
"timeout": 172800000,
"hubChannel": "",
"channel": ""
},
"gasPriceSteps": {
"low": 0.0,
"average": 0.0,
"high": 0.0
},
"logo": "/logos/solana-sol-logo.svg",
"type": "Regular",
"analytics": false,
"website": "https://solana.com/"
}
28 changes: 28 additions & 0 deletions testnet/gateway/logos/solana-sol-logo.svg
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 d0998c1

Please sign in to comment.