Skip to content

Commit

Permalink
chore(chains): update chains (#2295)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Action <[email protected]>
  • Loading branch information
github-actions[bot] and actions-user authored Feb 14, 2024
1 parent 9e6b3e5 commit ed4ad86
Show file tree
Hide file tree
Showing 28 changed files with 887 additions and 38 deletions.
30 changes: 30 additions & 0 deletions packages/chains/chains/107107114116.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
import type { Chain } from "../src/types";
export default {
"chain": "ETH",
"chainId": 107107114116,
"explorers": [],
"faucets": [],
"icon": {
"url": "ipfs://QmNTZ9nEomAXK6bLxUbMfTS1TvrsN22HU1zTtxHUpMkUhz",
"width": 1000,
"height": 1000,
"format": "png"
},
"infoURL": "https://kakarot.org",
"name": "Kakarot Sepolia",
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"networkId": 107107114116,
"parent": {
"type": "L2",
"chain": "eip155-11155111",
"bridges": []
},
"rpc": [],
"shortName": "kkrt-sepolia",
"slug": "kakarot-sepolia",
"testnet": false
} as const satisfies Chain;
31 changes: 31 additions & 0 deletions packages/chains/chains/11625.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
import type { Chain } from "../src/types";
export default {
"chain": "Avalanche",
"chainId": 11625,
"explorers": [],
"faucets": [],
"features": [],
"icon": {
"url": "https://images.ctfassets.net/9bazykntljf6/62CceHSYsRS4D9fgDSkLRB/877cb8f26954e1743ff535fd7fdaf78f/avacloud-placeholder.svg",
"width": 256,
"height": 256,
"format": "svg"
},
"infoURL": "https://avacloud.io",
"name": "QI M 202402121",
"nativeCurrency": {
"name": "QI M 202402121 Token",
"symbol": "CYB",
"decimals": 18
},
"networkId": 11625,
"redFlags": [],
"rpc": [
"https://qi-m-202402121.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://11625.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"
],
"shortName": "QI M 202402121",
"slug": "qi-m-202402121",
"testnet": true
} as const satisfies Chain;
43 changes: 43 additions & 0 deletions packages/chains/chains/12020.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
import type { Chain } from "../src/types";
export default {
"chain": "Aternos",
"chainId": 12020,
"explorers": [
{
"name": "blockscout",
"url": "https://explorer.aternoschain.com",
"standard": "EIP3091",
"icon": {
"url": "ipfs://QmYtUimyqHkkFxYdbXXRbUqNg2VLPUg6Uu2C2nmFWowiZM",
"width": 551,
"height": 540,
"format": "png"
}
}
],
"faucets": [
"https://faucet.aternoschain.com"
],
"icon": {
"url": "ipfs://QmUgfhv3rEsS6t9g6Lsf3TJ1mbnJqBrb8YUFPDiNG59QvT",
"width": 1000,
"height": 1000,
"format": "png"
},
"infoURL": "https://aternoschain.com",
"name": "Aternos",
"nativeCurrency": {
"name": "Aternos",
"symbol": "ATR",
"decimals": 18
},
"networkId": 12020,
"rpc": [
"https://aternos.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://12020.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://rpc.aternoschain.com"
],
"shortName": "ATR",
"slug": "aternos",
"testnet": false
} as const satisfies Chain;
2 changes: 2 additions & 0 deletions packages/chains/chains/13337.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ export default {
"rpc": [
"https://beam-testnet.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://13337.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://build.onbeam.com/rpc/testnet",
"wss://build.onbeam.com/ws/testnet",
"https://subnets.avax.network/beam/testnet/rpc",
"wss://subnets.avax.network/beam/testnet/ws"
],
Expand Down
6 changes: 0 additions & 6 deletions packages/chains/chains/1350216234.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ export default {
"faucets": [
"https://sfuel.skale.network/"
],
"icon": {
"url": "ipfs://bafkreiagrt5dhgltg2kmw7hf24kslstr5h42e745luuxwp2wbg24gm6zza",
"width": 500,
"height": 500,
"format": "png"
},
"name": "SKALE Titan Hub",
"nativeCurrency": {
"name": "sFUEL",
Expand Down
6 changes: 0 additions & 6 deletions packages/chains/chains/1517929550.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ export default {
"faucets": [
"https://sfuel.dirtroad.dev/staging"
],
"icon": {
"url": "ipfs://bafkreiagrt5dhgltg2kmw7hf24kslstr5h42e745luuxwp2wbg24gm6zza",
"width": 500,
"height": 500,
"format": "png"
},
"name": "SKALE Titan Hub Testnet",
"nativeCurrency": {
"name": "sFUEL",
Expand Down
52 changes: 52 additions & 0 deletions packages/chains/chains/161221135.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
import type { Chain } from "../src/types";
export default {
"chain": "ETH",
"chainId": 161221135,
"explorers": [
{
"name": "Blockscout",
"url": "https://plume-testnet.explorer.caldera.xyz",
"standard": "EIP3091",
"icon": {
"url": "ipfs://QmYtUimyqHkkFxYdbXXRbUqNg2VLPUg6Uu2C2nmFWowiZM",
"width": 551,
"height": 540,
"format": "png"
}
}
],
"faucets": [],
"icon": {
"url": "ipfs://QmNUpqkYWYJoDXKUpZ8FVbGyN6HCwxYonKNAieCf2oTzGn",
"width": 1062,
"height": 1062,
"format": "png"
},
"infoURL": "https://www.plumenetwork.xyz/",
"name": "Plume Testnet",
"nativeCurrency": {
"name": "Plume Sepolia Ether",
"symbol": "ETH",
"decimals": 18
},
"networkId": 161221135,
"parent": {
"type": "L2",
"chain": "eip155-11155111",
"bridges": [
{
"url": "https://plume-testnet.calderabridge.xyz"
}
]
},
"rpc": [
"https://plume-testnet.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://161221135.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://plume-testnet.rpc.caldera.xyz/http"
],
"shortName": "plume-testnet",
"slip44": 1,
"slug": "plume-testnet",
"testnet": true,
"title": "Plume Sepolia Rollup Testnet"
} as const satisfies Chain;
14 changes: 1 addition & 13 deletions packages/chains/chains/168587773.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,12 @@ export default {
{
"name": "Blast Sepolia Explorer",
"url": "https://testnet.blastscan.io",
"standard": "EIP3091",
"icon": {
"url": "ipfs://bafybeifc2h3x7jgy4x4nmg2m54ghbvmkfu6oweujambwefzqzew5vujhsi",
"width": 400,
"height": 400,
"format": "jpg"
}
"standard": "EIP3091"
}
],
"faucets": [
"https://faucet.quicknode.com/blast/sepolia"
],
"icon": {
"url": "ipfs://bafybeifc2h3x7jgy4x4nmg2m54ghbvmkfu6oweujambwefzqzew5vujhsi",
"width": 400,
"height": 400,
"format": "jpg"
},
"infoURL": "https://blast.io/",
"name": "Blast Sepolia Testnet",
"nativeCurrency": {
Expand Down
53 changes: 53 additions & 0 deletions packages/chains/chains/18231.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
import type { Chain } from "../src/types";
export default {
"chain": "unreal",
"chainId": 18231,
"explorers": [
{
"name": "blockscout",
"url": "https://unreal.blockscout.com",
"standard": "EIP3091",
"icon": {
"url": "ipfs://QmZbtoK9Q1DHTHjsgPUfHkzb9xdWzrSfPwPQ8M8FPu84mA",
"width": 300,
"height": 301,
"format": "png"
}
}
],
"faucets": [],
"icon": {
"url": "ipfs://QmZbtoK9Q1DHTHjsgPUfHkzb9xdWzrSfPwPQ8M8FPu84mA",
"width": 300,
"height": 301,
"format": "png"
},
"infoURL": "https://raas.gelato.network/rollups/details/public/unreal",
"name": "unreal",
"nativeCurrency": {
"name": "unreal Ether",
"symbol": "ETH",
"decimals": 18
},
"networkId": 18231,
"parent": {
"type": "L2",
"chain": "eip155-11155111",
"bridges": [
{
"url": "https://bridge.unreal.gelato.digital"
}
]
},
"rpc": [
"https://unreal.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://18231.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://rpc.unreal.gelato.digital",
"wss://ws.unreal.gelato.digital"
],
"shortName": "unreal",
"slip44": 60,
"slug": "unreal",
"testnet": true,
"title": "unreal testnet for re.al"
} as const satisfies Chain;
37 changes: 37 additions & 0 deletions packages/chains/chains/224.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
import type { Chain } from "../src/types";
export default {
"chain": "VRD",
"chainId": 224,
"explorers": [
{
"name": "Viridis Testnet",
"url": "https://testnet.vrd.network",
"standard": "EIP3091"
}
],
"faucets": [
"https://faucet.vrd.network"
],
"icon": {
"url": "ipfs://QmPdxcJwPogfZdec7UAqxeatRxrivEktpP1ftJBTeJQTdR",
"width": 3000,
"height": 2000,
"format": "png"
},
"infoURL": "https://viridis.network",
"name": "Viridis Testnet",
"nativeCurrency": {
"name": "Viridis Token",
"symbol": "VRD",
"decimals": 18
},
"networkId": 224,
"rpc": [
"https://viridis-testnet.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://224.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://testnet-rpc.vrd.network"
],
"shortName": "VRD-Testnet",
"slug": "viridis-testnet",
"testnet": true
} as const satisfies Chain;
31 changes: 31 additions & 0 deletions packages/chains/chains/24538.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
import type { Chain } from "../src/types";
export default {
"chain": "Avalanche",
"chainId": 24538,
"explorers": [],
"faucets": [],
"features": [],
"icon": {
"url": "https://images.ctfassets.net/9bazykntljf6/62CceHSYsRS4D9fgDSkLRB/877cb8f26954e1743ff535fd7fdaf78f/avacloud-placeholder.svg",
"width": 256,
"height": 256,
"format": "svg"
},
"infoURL": "https://avacloud.io",
"name": "QI M 2402133",
"nativeCurrency": {
"name": "QI M 2402133 Token",
"symbol": "XVL",
"decimals": 18
},
"networkId": 24538,
"redFlags": [],
"rpc": [
"https://qi-m-2402133.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://24538.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"
],
"shortName": "QI M 2402133",
"slug": "qi-m-2402133",
"testnet": true
} as const satisfies Chain;
32 changes: 32 additions & 0 deletions packages/chains/chains/28872323069.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
import type { Chain } from "../src/types";
export default {
"chain": "ETH",
"chainId": 28872323069,
"explorers": [],
"faucets": [],
"icon": {
"url": "ipfs://bafkreihdfuzytq2og65n3d3b2kzfvk6yywvqdlorrt6h76q4baz5phcvju",
"width": 256,
"height": 256,
"format": "png"
},
"infoURL": "https://gitswarm.com/",
"name": "GitSwarm Test Network",
"nativeCurrency": {
"name": "GitSwarm Ether",
"symbol": "GS-ETH",
"decimals": 18
},
"networkId": 28872323069,
"rpc": [
"https://gitswarm-test-network.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://28872323069.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://gitswarm.com:2096"
],
"shortName": "GS-ETH",
"slip44": 1,
"slug": "gitswarm-test-network",
"status": "incubating",
"testnet": true,
"title": "GitSwarm Test Network"
} as const satisfies Chain;
Loading

0 comments on commit ed4ad86

Please sign in to comment.