Skip to content

Commit

Permalink
chore: built chaindata
Browse files Browse the repository at this point in the history
  • Loading branch information
chaindata-ci-superuser[bot] committed Dec 30, 2024
1 parent b24cad0 commit 3f67f2b
Show file tree
Hide file tree
Showing 40 changed files with 197 additions and 331 deletions.
8 changes: 4 additions & 4 deletions pub/v2/chains/all.json
Original file line number Diff line number Diff line change
Expand Up @@ -4006,7 +4006,7 @@
"chainType": "Live",
"implName": "DarwiniaOfficialRust",
"specName": "Darwinia2",
"specVersion": "6720",
"specVersion": "6810",
"nativeToken": {
"id": "darwinia-substrate-native"
},
Expand Down Expand Up @@ -7183,7 +7183,7 @@
"chainType": "Live",
"implName": "laos",
"specName": "laos",
"specVersion": "2401",
"specVersion": "2500",
"nativeToken": {
"id": "laos-substrate-native"
},
Expand Down Expand Up @@ -10921,7 +10921,7 @@
"chainType": "Live",
"implName": "aleph-node",
"specName": "aleph-node",
"specVersion": "74",
"specVersion": "14000000",
"nativeToken": {
"id": "aleph-zero-testnet-substrate-native"
},
Expand Down Expand Up @@ -12385,7 +12385,7 @@
"name": "NeuroWeb Testnet",
"themeColor": "#656667",
"logo": "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/chains/rococo-neuro-web-testnet.svg",
"chainName": "Neuro Testnet",
"chainName": "NeuroWeb Testnet",
"chainType": "Live",
"implName": "neuroweb",
"specName": "origintrail-parachain",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"chainType": "Live",
"implName": "aleph-node",
"specName": "aleph-node",
"specVersion": "74",
"specVersion": "14000000",
"nativeToken": {
"id": "aleph-zero-testnet-substrate-native"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"chainType": "Live",
"implName": "laos",
"specName": "laos",
"specVersion": "2401",
"specVersion": "2500",
"nativeToken": {
"id": "laos-substrate-native"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"chainType": "Live",
"implName": "DarwiniaOfficialRust",
"specName": "Darwinia2",
"specVersion": "6720",
"specVersion": "6810",
"nativeToken": {
"id": "darwinia-substrate-native"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"name": "NeuroWeb Testnet",
"themeColor": "#656667",
"logo": "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/chains/rococo-neuro-web-testnet.svg",
"chainName": "Neuro Testnet",
"chainName": "NeuroWeb Testnet",
"chainType": "Live",
"implName": "neuroweb",
"specName": "origintrail-parachain",
Expand Down
2 changes: 1 addition & 1 deletion pub/v2/chains/byId/aleph-zero-testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"chainType": "Live",
"implName": "aleph-node",
"specName": "aleph-node",
"specVersion": "74",
"specVersion": "14000000",
"nativeToken": {
"id": "aleph-zero-testnet-substrate-native"
},
Expand Down
2 changes: 1 addition & 1 deletion pub/v2/chains/byId/darwinia.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"chainType": "Live",
"implName": "DarwiniaOfficialRust",
"specName": "Darwinia2",
"specVersion": "6720",
"specVersion": "6810",
"nativeToken": {
"id": "darwinia-substrate-native"
},
Expand Down
2 changes: 1 addition & 1 deletion pub/v2/chains/byId/laos.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"chainType": "Live",
"implName": "laos",
"specName": "laos",
"specVersion": "2401",
"specVersion": "2500",
"nativeToken": {
"id": "laos-substrate-native"
},
Expand Down
2 changes: 1 addition & 1 deletion pub/v2/chains/byId/rococo-neuro-web-testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"name": "NeuroWeb Testnet",
"themeColor": "#656667",
"logo": "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/chains/rococo-neuro-web-testnet.svg",
"chainName": "Neuro Testnet",
"chainName": "NeuroWeb Testnet",
"chainType": "Live",
"implName": "neuroweb",
"specName": "origintrail-parachain",
Expand Down
6 changes: 3 additions & 3 deletions pub/v2/chains/summary.json
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@
"themeColor": "#db378a",
"logo": "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/chains/darwinia.svg",
"specName": "Darwinia2",
"specVersion": "6720"
"specVersion": "6810"
},
{
"id": "crab",
Expand Down Expand Up @@ -745,7 +745,7 @@
"themeColor": "#d7ff5e",
"logo": "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/chains/laos.svg",
"specName": "laos",
"specVersion": "2401"
"specVersion": "2500"
},
{
"id": "liberland",
Expand Down Expand Up @@ -1273,7 +1273,7 @@
"themeColor": "#91979c",
"logo": "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/chains/aleph-zero-testnet.svg",
"specName": "aleph-node",
"specVersion": "74"
"specVersion": "14000000"
},
{
"id": "analog-testnet",
Expand Down
109 changes: 21 additions & 88 deletions pub/v2/evmNetworks/all.json
Original file line number Diff line number Diff line change
Expand Up @@ -14814,14 +14814,6 @@
"isDefault": false,
"logo": "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/coingecko/chonk-on-base.webp"
},
{
"symbol": "$CHOO",
"coingeckoId": "chooky-records",
"contractAddress": "0xf4509f6c51c780beae92e2740d33607cdc0c42f3",
"decimals": 18,
"isDefault": false,
"logo": "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/coingecko/chooky-records.webp"
},
{
"symbol": "CHUCK",
"coingeckoId": "chuck",
Expand Down Expand Up @@ -16278,6 +16270,14 @@
"isDefault": false,
"logo": "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/coingecko/genomesdao-genome.webp"
},
{
"symbol": "GDP",
"coingeckoId": "gertrudedatapig",
"contractAddress": "0xf8f97a79a3fa77104fab4814e3ed93899777de0d",
"decimals": 18,
"isDefault": false,
"logo": "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/coingecko/gertrudedatapig.webp"
},
{
"symbol": "ghffb47yii2rteeyy10op",
"coingeckoId": "ghffb47yii2rteeyy10op",
Expand Down Expand Up @@ -19742,14 +19742,6 @@
"isDefault": false,
"logo": "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/coingecko/speculation.webp"
},
{
"symbol": "SPIKE",
"coingeckoId": "spike-but-based",
"contractAddress": "0x2d6a3893966dda77749cc7e4003ab15f5cfa3cc1",
"decimals": 18,
"isDefault": false,
"logo": "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/coingecko/spike-but-based.webp"
},
{
"symbol": "SPOT",
"coingeckoId": "spot",
Expand Down Expand Up @@ -32709,9 +32701,9 @@
"logo": "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/coingecko/halfpizza.webp"
},
{
"symbol": "HALO",
"symbol": "HLO",
"coingeckoId": "halo-2",
"contractAddress": "0x5bc0a37954034f3f018b5013ad9eda22c0fa408d",
"contractAddress": "0x80a78a9b6b1272fdb612b39181bf113706024875",
"decimals": 18,
"isDefault": false,
"logo": "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/coingecko/halo-2.webp"
Expand Down Expand Up @@ -39679,7 +39671,7 @@
{
"symbol": "PBR",
"coingeckoId": "polkabridge",
"contractAddress": "0x1d1cb8997570e73949930c01fe5796c88d7336c6",
"contractAddress": "0x3c1b057cb7aceb4f2c4d889a29febec30a6a3146",
"decimals": 18,
"isDefault": false,
"logo": "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/coingecko/polkabridge.webp"
Expand Down Expand Up @@ -40460,14 +40452,6 @@
"isDefault": false,
"logo": "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/coingecko/ramp.webp"
},
{
"symbol": "$RBET",
"coingeckoId": "rangerbet",
"contractAddress": "0x2a5da6b2e641484b1233e69109ddaaa330551e90",
"decimals": 18,
"isDefault": false,
"logo": "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/coingecko/rangerbet.webp"
},
{
"symbol": "RPG",
"coingeckoId": "rangers-protocol-gas",
Expand Down Expand Up @@ -42028,14 +42012,6 @@
"isDefault": false,
"logo": "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/coingecko/sin-city.webp"
},
{
"symbol": "SINDI",
"coingeckoId": "sindi",
"contractAddress": "0x8ae8663cd26d58bf51ccd78cd95cca3fda1690de",
"decimals": 18,
"isDefault": false,
"logo": "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/coingecko/sindi.webp"
},
{
"symbol": "SING",
"coingeckoId": "singsing",
Expand Down Expand Up @@ -47187,14 +47163,6 @@
"isDefault": false,
"logo": "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/coingecko/esport.webp"
},
{
"symbol": "XTRM",
"coingeckoId": "extreme",
"contractAddress": "0xb12843c23786aaa3a473030fba2bece63c573f49",
"decimals": 18,
"isDefault": false,
"logo": "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/coingecko/extreme.webp"
},
{
"symbol": "FKSK",
"coingeckoId": "fatih-karagumruk-sk-fan-token",
Expand Down Expand Up @@ -47419,14 +47387,6 @@
"isDefault": false,
"logo": "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/coingecko/spain-national-fan-token.webp"
},
{
"symbol": "TESTO",
"coingeckoId": "testo",
"contractAddress": "0xe2813aaf52cb35aa37a82271ab176b2b64e5e1fd",
"decimals": 18,
"isDefault": false,
"logo": "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/coingecko/testo.webp"
},
{
"symbol": "TRV",
"coingeckoId": "travelers-token",
Expand Down Expand Up @@ -62182,14 +62142,6 @@
"isDefault": false,
"logo": "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/coingecko/bittorrent.webp"
},
{
"symbol": "TBO",
"coingeckoId": "biturbo",
"contractAddress": "0x55747be9f9f5beb232ad59fe7af013b81d95fd5e",
"decimals": 18,
"isDefault": false,
"logo": "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/coingecko/biturbo.webp"
},
{
"symbol": "BL00P",
"coingeckoId": "bl00p",
Expand Down Expand Up @@ -63694,14 +63646,6 @@
"isDefault": false,
"logo": "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/coingecko/bware-infra.webp"
},
{
"symbol": "BYPASS",
"coingeckoId": "bypass",
"contractAddress": "0x38cf6cea814aefd01027a0bbf8a78b7aa95a698e",
"decimals": 9,
"isDefault": false,
"logo": "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/coingecko/bypass.webp"
},
{
"symbol": "BYTE",
"coingeckoId": "byte",
Expand Down Expand Up @@ -64110,14 +64054,6 @@
"isDefault": false,
"logo": "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/coingecko/ccomp.webp"
},
{
"symbol": "CCO",
"coingeckoId": "ccore",
"contractAddress": "0x679badc551626e01b23ceecefbc9b877ea18fc46",
"decimals": 18,
"isDefault": false,
"logo": "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/coingecko/ccore.webp"
},
{
"symbol": "cDAI",
"coingeckoId": "cdai",
Expand Down Expand Up @@ -68160,11 +68096,11 @@
},
{
"symbol": "DGH",
"coingeckoId": "digihealth",
"coingeckoId": "digihealth-2",
"contractAddress": "0xfd2cf2202f049064865dc32c6cf81eeb34074b39",
"decimals": 18,
"isDefault": false,
"logo": "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/coingecko/digihealth.webp"
"logo": "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/coingecko/digihealth-2.webp"
},
{
"symbol": "DGMV",
Expand Down Expand Up @@ -102036,14 +101972,6 @@
"isDefault": false,
"logo": "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/coingecko/fantomsonicinu.webp"
},
{
"symbol": "FS",
"coingeckoId": "fantomstarter",
"contractAddress": "0xc758295cd1a564cdb020a78a681a838cf8e0627d",
"decimals": 18,
"isDefault": false,
"logo": "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/coingecko/fantomstarter.webp"
},
{
"symbol": "FUSD",
"coingeckoId": "fantom-usd",
Expand Down Expand Up @@ -135316,9 +135244,6 @@
"tokens": [],
"explorerUrl": "https://rubyscan.net",
"rpcs": [
{
"url": "https://mainnet-data.rubychain.io/"
},
{
"url": "https://mainnet.rubychain.io/"
}
Expand Down Expand Up @@ -137553,6 +137478,14 @@
"isDefault": false,
"logo": "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/coingecko/beets-staked-sonic.webp"
},
{
"symbol": "FS",
"coingeckoId": "fantomstarter",
"contractAddress": "0xbc0d0650412ef353d672c0bbd12efff90591b251",
"decimals": 18,
"isDefault": false,
"logo": "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/coingecko/fantomstarter.webp"
},
{
"symbol": "FROQ",
"coingeckoId": "froq",
Expand Down
Loading

0 comments on commit 3f67f2b

Please sign in to comment.