Skip to content

Commit

Permalink
feat(cosmos): add vector.json (#957)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kahnix authored Jan 6, 2025
1 parent 6e7a7f6 commit 1cf5ac6
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions cosmos/vector.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"chainId": "vector-1",
"chainName": "vector",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/vector/chain.png",
"rpc": "https://archive-rpc-1.playonvector.com",
"rest": "https://archive-api-1.playonvector.com",
"nodeProvider": {
"name": "Stratsone",
"email": "[email protected]",
"website": "https://playonvector.com/"
},
"bip44": {
"coinType": 118
},
"bech32Config": {
"bech32PrefixAccAddr": "vector",
"bech32PrefixAccPub": "vectorpub",
"bech32PrefixValAddr": "vectorvaloper",
"bech32PrefixValPub": "vectorvaloperpub",
"bech32PrefixConsAddr": "vectorvalcons",
"bech32PrefixConsPub": "vectorvalconspub"
},
"currencies": [
{
"coinDenom": "VCTR",
"coinMinimalDenom": "uvctr",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/vector/chain.png"
}
],
"feeCurrencies": [
{
"coinDenom": "VCTR",
"coinMinimalDenom": "uvctr",
"coinDecimals": 6,
"gasPriceStep": {
"low": 1,
"average": 1,
"high": 1
}
}
],
"stakeCurrency": {
"coinDenom": "VCTR",
"coinMinimalDenom": "uvctr",
"coinDecimals": 6
},
"features": [
"cosmwasm"
]
}
Binary file added images/vector/chain.png
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 1cf5ac6

Please sign in to comment.