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

Commit

Permalink
update mainnet rollapp registry
Browse files Browse the repository at this point in the history
  • Loading branch information
ItzhakBokris committed Feb 4, 2024
1 parent 6b3d69e commit 74aff3e
Show file tree
Hide file tree
Showing 10 changed files with 84 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/get_changed_folder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
"testnet")
save_network_api="https://savenetworkrequest-p7gld3dazq-uc.a.run.app"
;;
"mainnet")
save_network_api="https://savenetworkrequest-xqbg2swtrq-uc.a.run.app"
;;
*)
esac

Expand Down
4 changes: 2 additions & 2 deletions mainnet/celestia/celestia.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"rpc": "",
"rest": "",
"explorerUrl": "",
"exploreTxUrl": "txs/",
"exploreTxUrl": "",
"active": false,
"bech32Prefix": "celestia",
"currencies": [
{
Expand All @@ -30,6 +31,5 @@
},
"logo": "/logos/celestia-logo-purple.svg",
"type": "Regular",
"analytics": false,
"website": "https://celestia.org/"
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"rpc": "",
"rest": "",
"explorerUrl": "",
"exploreTxUrl": "/txs/",
"exploreTxUrl": "",
"active": false,
"bech32Prefix": "cosmos",
"currencies": [
{
Expand All @@ -16,8 +17,6 @@
}
],
"coinType": 118,
"validatorsLogosStorageDir": "",
"faucetUrl": "",
"ibc": {
"timeout": 172800000,
"hubChannel": "",
Expand All @@ -30,6 +29,5 @@
},
"logo": "/logos/cosmos-hub-logo.svg",
"type": "Regular",
"analytics": false,
"website": "https://cosmos.network/"
}
36 changes: 36 additions & 0 deletions mainnet/dymension_1100-1/dymension_1100-1 .json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"chainId": "dymension_1100-1",
"chainName": "Dymension",
"rpc": "-",
"rest": "-",
"evm": {
"chainId": "0x44C",
"rpc": ""
},
"explorerUrl": "",
"exploreTxUrl": "",
"bech32Prefix": "dym",
"currencies": [
{
"displayDenom": "DYM",
"baseDenom": "adym",
"decimals": 18,
"logo": "/logos/dymension-logo.svg",
"type": "main"
}
],
"coinType": 60,
"validatorsLogosStorageDir": "hub",
"ibc": {
"timeout": 172800000
},
"gasPriceSteps": {
"low": 20000000000,
"average": 20000000000,
"high": 20000000000
},
"logo": "/logos/dymension-logo.svg",
"type": "Hub",
"analytics": true,
"website": "https://portal.dymension.xyz"
}
3 changes: 3 additions & 0 deletions mainnet/dymension_1100-1/logos/dymension-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions mainnet/kava_2222-10/kava.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"chainName": "Kava",
"rpc": "",
"rest": "",
"active": false,
"explorerUrl": "https://kavascan.com/",
"exploreTxUrl": "https://kavascan.com/tx/",
"bech32Prefix": "kava",
Expand Down
Binary file added mainnet/noble-1/logos/noble-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions mainnet/noble-1/logos/usdc-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions mainnet/noble-1/noble-1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"chainId": "noble-1",
"chainName": "Noble",
"rpc": "",
"rest": "",
"explorerUrl": "",
"exploreTxUrl": "",
"bech32Prefix": "noble",
"currencies": [
{
"displayDenom": "USDC",
"baseDenom": "uusdc",
"decimals": 6,
"logo": "/logos/usdc-logo.svg",
"type": "main"
}
],
"coinType": 118,
"ibc": {
"timeout": 172800000,
"hubChannel": "",
"channel": ""
},
"gasPriceSteps": {
"low": 0.1,
"average": 0.1,
"high": 0.2
},
"logo": "/logos/noble-icon.png",
"type": "Regular",
}
4 changes: 1 addition & 3 deletions mainnet/wormchain/gateway.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
}
],
"coinType": 118,
"validatorsLogosStorageDir": "",
"faucetUrl": "",
"ibc": {
"timeout": 172800000,
"hubChannel": "",
Expand All @@ -30,6 +28,6 @@
},
"logo": "/logos/solana-sol-logo.svg",
"type": "Regular",
"analytics": false,
"active": false,
"website": "https://solana.com/"
}

0 comments on commit 74aff3e

Please sign in to comment.