Skip to content

Commit

Permalink
feat: init oraibridge chain
Browse files Browse the repository at this point in the history
  • Loading branch information
ducphamle2 committed Nov 28, 2023
1 parent eb39909 commit 0d01a00
Show file tree
Hide file tree
Showing 6 changed files with 169 additions and 0 deletions.
34 changes: 34 additions & 0 deletions oraibridge/assetlist.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"$schema": "../assetlist.schema.json",
"chain_name": "oraichain",
"assets": [
{
"description": "The native token of Oraichain",
"denom_units": [
{
"denom": "orai",
"exponent": 0
},
{
"denom": "ORAI",
"exponent": 6
}
],
"base": "orai",
"name": "Oraichain",
"display": "ORAI",
"symbol": "ORAI",
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg"
},
"coingecko_id": "oraichain-token",
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg"
}
]
}
]
}
107 changes: 107 additions & 0 deletions oraibridge/chain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
{
"$schema": "../chain.schema.json",
"chain_name": "oraibridge",
"status": "live",
"network_type": "mainnet",
"website": "https://orai.io/",
"pretty_name": "OraiBridge",
"chain_id": "oraibridge-subnet-2",
"bech32_prefix": "oraib",
"daemon_name": "gravity",
"node_home": "$HOME/.gravity",
"key_algos": ["secp256k1"],
"slip44": 118,
"fees": {
"fee_tokens": [
{
"denom": "uoraib",
"fixed_min_gas_price": 0,
"low_gas_price": 0,
"average_gas_price": 0,
"high_gas_price": 0
}
]
},
"staking": {
"staking_tokens": [
{
"denom": "uoraib"
}
]
},
"codebase": {
"git_repo": "https://github.com/oraichain/Gravity-Bridge",
"recommended_version": "v1.0.2.2",
"compatible_versions": ["v1.0.2.2"],
"binaries": {
"linux/arm64": "https://github.com/oraichain/Gravity-Bridge/releases/download/v1.0.2.2/gravity_arm64?checksum=sha256:14ca829756f3e9cf9bccc24ea3aa394bcb029532ee7b4d34f9719613c2ed265a"
},
"genesis": {
"genesis_url": "https://raw.githubusercontent.com/oraichain/oraichain-static-files/master/mainnet-static-files/genesis.json"
},
"versions": [
{
"name": "v1.0.2.2",
"height": 9381254,
"recommended_version": "v1.0.2.2",
"compatible_versions": ["v1.0.2.2"],
"binaries": {
"linux/arm64": "https://github.com/oraichain/Gravity-Bridge/releases/download/v1.0.2.2/gravity_arm64?checksum=sha256:14ca829756f3e9cf9bccc24ea3aa394bcb029532ee7b4d34f9719613c2ed265a"
}
}
]
},
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg"
},
"peers": {
"seeds": [
{
"id": "b0873bb0e2f25fd7cca0a54c7db76ea5adee2abb",
"address": "18.221.105.194:26656",
"provider": "oraichain-team"
}
],
"persistent_peers": [
{
"id": "b0873bb0e2f25fd7cca0a54c7db76ea5adee2abb",
"address": "18.221.105.194:26656",
"provider": "oraichain-team"
}
]
},
"apis": {
"rpc": [
{
"address": "https://bridge.rpc.orai.io",
"provider": "oraichain-team"
}
],
"rest": [
{
"address": "https://bridge.lcd.orai.io",
"provider": "oraichain-team"
}
],
"grpc": [
{
"address": "http://18.221.105.194:9090",
"provider": "oraichain-team"
}
]
},
"explorers": [
{
"kind": "oraiscan",
"url": "https://scan.bridge.orai.io",
"tx_page": "https://scan.bridge.orai.io/txs/${txHash}"
}
],
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg"
}
]
}
Binary file added oraibridge/images/orai-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions oraibridge/images/orai-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added oraibridge/images/orai.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions oraibridge/images/orai.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 0d01a00

Please sign in to comment.