Skip to content

Commit

Permalink
chore: add chains
Browse files Browse the repository at this point in the history
  • Loading branch information
zakarialounes committed Mar 7, 2024
1 parent 401668b commit 8fc019f
Show file tree
Hide file tree
Showing 69 changed files with 2,556 additions and 52 deletions.
4 changes: 0 additions & 4 deletions chains/chain.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"coinDecimals",
"features",
"coinGeckoId",
"gasPrice",
"chainInfo",
"colors",
"links",
Expand Down Expand Up @@ -96,9 +95,6 @@
"coinGeckoId": {
"type": ["string", "null"]
},
"gasPrice": {
"type": "string"
},
"assets": {
"$ref": "#/$defs/assets"
},
Expand Down
1 change: 0 additions & 1 deletion chains/mainnets/akash/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"coinDecimals": 6,
"features": ["ibc-transfer"],
"coinGeckoId": "akash-network",
"gasPrice": "25000uakash",
"chainInfo": {
"cosmosSdkVersion": "0.45.16",
"ibcGoVersion": "4.4.2"
Expand Down
1 change: 0 additions & 1 deletion chains/mainnets/archway/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"coinDecimals": 18,
"features": ["ibc-transfer", "ibc-go", "cosmwasm", "wasmd_0.24+"],
"coinGeckoId": "archway",
"gasPrice": "1000000000000aarch",
"assets": [
{
"base": "aarch",
Expand Down
1 change: 0 additions & 1 deletion chains/mainnets/assetmantle/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"coinDecimals": 6,
"features": ["ibc-transfer"],
"coinGeckoId": "assetmantle",
"gasPrice": "0umntl",
"chainInfo": {
"cosmosSdkVersion": "0.45.16",
"ibcGoVersion": "4.4.2"
Expand Down
1 change: 0 additions & 1 deletion chains/mainnets/axelar/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"ibc-go"
],
"coinGeckoId": "e-money",
"gasPrice": "0uaxl",
"chainInfo": {
"cosmosSdkVersion": "0.45.16",
"ibcGoVersion": "4.4.1"
Expand Down
5 changes: 2 additions & 3 deletions chains/mainnets/bitcanna/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@
"coinDecimals": 6,
"features": ["ibc-transfer", "ibc-go", "cosmwasm", "wasmd_0.24+"],
"coinGeckoId": "bitcanna",
"gasPrice": "25000ubcna",
"chainInfo": {
"cosmosSdkVersion": "0.46.14",
"ibcGoVersion": "6.1.1"
"cosmosSdkVersion": "0.47.9",
"ibcGoVersion": "7.3.2"
},
"colors": {
"primaryOnLight": "#08b788",
Expand Down
1 change: 0 additions & 1 deletion chains/mainnets/bitsong/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"coinDecimals": 6,
"features": ["ibc-transfer", "ibc-go", "cosmwasm", "wasmd_0.24+"],
"coinGeckoId": "bitsong",
"gasPrice": "15000ubtsg",
"chainInfo": {
"cosmosSdkVersion": "0.45.11",
"ibcGoVersion": "3.3.1"
Expand Down
89 changes: 89 additions & 0 deletions chains/mainnets/canto/chain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
{
"$schema": "../../chain.schema.json",
"name": "canto",
"chainName": "Canto",
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg"
},
"rpcUrl": "https://rpc.cosmos.directory/canto",
"restUrl": "https://rest.cosmos.directory/canto",
"chainId": "canto_7700-1",
"bech32": "canto",
"denom": "canto",
"denomUpper": "CANTO",
"sdenom": "acanto",
"coinType": 60,
"coinDecimals": 18,
"features": [
"ibc-transfer"
],
"coinGeckoId": "canto",
"gasPriceStep": {
"low": 1000000000000,
"average": 2000000000000,
"high": 3000000000000
},
"chainInfo": {
"cosmosSdkVersion": "0.45.9",
"ibcGoVersion": "3.2.0"
},
"colors": {
"primaryOnLight": "#00DC80",
"primaryOnDark": "#00DC80",
"lighterOnLight": "#00DC80",
"lighterOnDark": "#00DC80",
"darkerOnLight": "#00DC80",
"darkerOnDark": "#00DC80"
},
"links": [
{
"title": "Official Website",
"url": "https://canto.io/",
"icon": {
"svg": "web"
}
},
{
"title": "Docs",
"url": "https://docs.canto.io/",
"icon": {
"svg": "document"
}
},
{
"title": "GitHub",
"url": "https://github.com/Canto-Network",
"icon": {
"svg": "github"
}
},
{
"title": "Learn more",
"icon": {
"svg": "dotsHorizontal"
},
"children": [
{
"title": "Medium",
"url": "https://canto.mirror.xyz/",
"icon": {
"svg": "medium"
}
},
{
"title": "Twitter",
"url": "https://twitter.com/cantopublic",
"icon": {
"svg": "twitter"
}
}
]
}
],
"isExplorerEnabled": true,
"isModuleEnabled": {
"governance": true
},
"isNativelySupportedByKeplr": false
}
89 changes: 89 additions & 0 deletions chains/mainnets/celestia/chain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
{
"$schema": "../../chain.schema.json",
"name": "celestia",
"chainName": "Celestia",
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg"
},
"rpcUrl": "https://public-celestia-rpc.numia.xyz",
"restUrl": "https://public-celestia-lcd.numia.xyz",
"chainId": "celestia",
"bech32": "celestia",
"denom": "tia",
"denomUpper": "TIA",
"sdenom": "utia",
"coinType": 118,
"coinDecimals": 6,
"features": [
"ibc-transfer"
],
"coinGeckoId": "celestia",
"gasPriceStep": {
"low": 0.01,
"average": 0.02,
"high": 0.1
},
"chainInfo": {
"cosmosSdkVersion": "0.46.14",
"ibcGoVersion": "6.2.0"
},
"colors": {
"primaryOnLight": "#d554f8",
"primaryOnDark": "#d554f8",
"lighterOnLight": "#d554f8",
"lighterOnDark": "#d554f8",
"darkerOnLight": "#d554f8",
"darkerOnDark": "#d554f8"
},
"links": [
{
"title": "Official Website",
"url": "https://celestia.org/",
"icon": {
"svg": "web"
}
},
{
"title": "Docs",
"url": "https://docs.celestia.org/",
"icon": {
"svg": "document"
}
},
{
"title": "GitHub",
"url": "https://github.com/celestiaorg",
"icon": {
"svg": "github"
}
},
{
"title": "Learn more",
"icon": {
"svg": "dotsHorizontal"
},
"children": [
{
"title": "Medium",
"url": "https://blog.celestia.org/",
"icon": {
"svg": "medium"
}
},
{
"title": "Twitter",
"url": "https://twitter.com/CelestiaOrg",
"icon": {
"svg": "twitter"
}
}
]
}
],
"isExplorerEnabled": true,
"isModuleEnabled": {
"governance": true
},
"isNativelySupportedByKeplr": false
}
1 change: 0 additions & 1 deletion chains/mainnets/cheqd/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"coinDecimals": 9,
"features": ["ibc-transfer"],
"coinGeckoId": "cheqd-network",
"gasPrice": "2500000ncheq",
"chainInfo": {
"cosmosSdkVersion": "0.46.10",
"ibcGoVersion": "6.1.1"
Expand Down
1 change: 0 additions & 1 deletion chains/mainnets/chihuahua/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"wasmd_0.24+"
],
"coinGeckoId": "chihuahua-token",
"gasPrice": "2500uhuahua",
"chainInfo": {
"cosmosSdkVersion": "0.47.5",
"ibcGoVersion": "7.3.0"
Expand Down
1 change: 0 additions & 1 deletion chains/mainnets/comdex/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"coinDecimals": 6,
"features": ["ibc-transfer", "ibc-go", "cosmwasm"],
"coinGeckoId": "comdex",
"gasPrice": "25000ucmdx",
"chainInfo": {
"cosmosSdkVersion": "0.47.5",
"ibcGoVersion": "7.3.1"
Expand Down
81 changes: 81 additions & 0 deletions chains/mainnets/coreum/chain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
{
"$schema": "../../chain.schema.json",
"name": "coreum",
"chainName": "Coreum",
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png"
},
"rpcUrl": "https://rpc.cosmos.directory/coreum",
"restUrl": "https://rest.cosmos.directory/coreum",
"chainId": "coreum-mainnet-1",
"bech32": "core",
"denom": "core",
"denomUpper": "COREUM",
"sdenom": "ucore",
"coinType": 990,
"coinDecimals": 6,
"features": [
"ibc-transfer"
],
"coinGeckoId": "coreum",
"gasPriceStep": {
"low": 0.0625,
"average": 0.0625,
"high": 62.5
},
"chainInfo": {
"cosmosSdkVersion": "0.47.5",
"ibcGoVersion": "7.3.1"
},
"colors": {
"primaryOnLight": "#16B87B",
"primaryOnDark": "#16B87B",
"lighterOnLight": "#16B87B",
"lighterOnDark": "#16B87B",
"darkerOnLight": "#16B87B",
"darkerOnDark": "#16B87B"
},
"links": [
{
"title": "Official Website",
"url": "https://www.coreum.com",
"icon": {
"svg": "web"
}
},
{
"title": "Docs",
"url": "https://docs.coreum.dev/",
"icon": {
"svg": "document"
}
},
{
"title": "GitHub",
"url": "https://github.com/CoreumFoundation",
"icon": {
"svg": "github"
}
},
{
"title": "Learn more",
"icon": {
"svg": "dotsHorizontal"
},
"children": [
{
"title": "Twitter",
"url": "https://twitter.com/CoreumOfficial",
"icon": {
"svg": "twitter"
}
}
]
}
],
"isExplorerEnabled": true,
"isModuleEnabled": {
"governance": true
},
"isNativelySupportedByKeplr": false
}
1 change: 0 additions & 1 deletion chains/mainnets/cosmoshub/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"coinDecimals": 6,
"features": ["ibc-transfer", "ibc-go"],
"coinGeckoId": "cosmos",
"gasPrice": "2500uatom",
"chainInfo": {
"cosmosSdkVersion": "0.45.16",
"ibcGoVersion": "4.4.2"
Expand Down
Loading

0 comments on commit 8fc019f

Please sign in to comment.