Skip to content

Commit d65713a

Browse files
chore(chains): update chains (#2740)
1 parent ce144ff commit d65713a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+1259
-70
lines changed

.changeset/sync-chains.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@thirdweb-dev/chains": patch
3+
---
4+
5+
Synced Chains Package

legacy_packages/chains/chains/1224.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import type { Chain } from "../src/types";
22
export default {
3-
"chain": "$HYB",
3+
"chain": "HYB",
44
"chainId": 1224,
55
"explorers": [
66
{
77
"name": "Hybrid Testnet",
8-
"url": "https://alphatestnet.buildonhybrid.com",
8+
"url": "https://explorer.buildonhybrid.com",
99
"standard": "EIP3091"
1010
}
1111
],
@@ -20,7 +20,7 @@ export default {
2020
"name": "Hybrid Testnet",
2121
"nativeCurrency": {
2222
"name": "Hybrid",
23-
"symbol": "$HYB",
23+
"symbol": "HYB",
2424
"decimals": 18
2525
},
2626
"networkId": 1224,

legacy_packages/chains/chains/1294.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ export default {
2727
],
2828
"shortName": "Bobabeam",
2929
"slug": "bobabeam",
30+
"status": "deprecated",
3031
"testnet": false
3132
} as const satisfies Chain;

legacy_packages/chains/chains/1297.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ export default {
2828
"shortName": "Bobabase",
2929
"slip44": 1,
3030
"slug": "bobabase-testnet",
31+
"status": "deprecated",
3132
"testnet": true
3233
} as const satisfies Chain;
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
import type { Chain } from "../src/types";
2+
export default {
3+
"chain": "DIONE",
4+
"chainId": 131313,
5+
"explorers": [],
6+
"faucets": [
7+
"https://faucet.dioneprotocol.com/"
8+
],
9+
"features": [
10+
{
11+
"name": "EIP155"
12+
}
13+
],
14+
"icon": {
15+
"url": "ipfs://QmVt5Y585JqBSrkpZmYaEnX9FW7tDwfDLmUGNyDdyV2Pd2",
16+
"width": 48,
17+
"height": 48,
18+
"format": "svg"
19+
},
20+
"infoURL": "https://www.dioneprotocol.com/",
21+
"name": "Odyssey Chain (Testnet)",
22+
"nativeCurrency": {
23+
"name": "DIONE",
24+
"symbol": "DIONE",
25+
"decimals": 18
26+
},
27+
"networkId": 131313,
28+
"rpc": [
29+
"https://131313.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
30+
"https://testnode.dioneprotocol.com/ext/bc/D/rpc"
31+
],
32+
"shortName": "DIONE",
33+
"slug": "odyssey-chain-testnet",
34+
"testnet": true
35+
} as const satisfies Chain;
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
import type { Chain } from "../src/types";
2+
export default {
3+
"chain": "KNB",
4+
"chainId": 13600,
5+
"explorers": [
6+
{
7+
"name": "qbitscan",
8+
"url": "https://explorer.qbitscan.com",
9+
"standard": "EIP3091",
10+
"icon": {
11+
"url": "ipfs://QmZEuR4bJaZkC497qQnsxHv23pZFcXb9dTdaDPCPo2sj9Z",
12+
"width": 200,
13+
"height": 200,
14+
"format": "png"
15+
}
16+
}
17+
],
18+
"faucets": [],
19+
"icon": {
20+
"url": "ipfs://QmZEuR4bJaZkC497qQnsxHv23pZFcXb9dTdaDPCPo2sj9Z",
21+
"width": 200,
22+
"height": 200,
23+
"format": "png"
24+
},
25+
"infoURL": "https://kronobit.org",
26+
"name": "Kronobit Mainnet",
27+
"nativeCurrency": {
28+
"name": "Kronobit",
29+
"symbol": "KNB",
30+
"decimals": 18
31+
},
32+
"networkId": 13600,
33+
"rpc": [
34+
"https://13600.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
35+
"https://mainnet-rpc.qbitscan.com"
36+
],
37+
"shortName": "KNB",
38+
"slug": "kronobit",
39+
"testnet": false,
40+
"title": "Kronobit Mainnet"
41+
} as const satisfies Chain;

legacy_packages/chains/chains/1380012617.ts

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@ import type { Chain } from "../src/types";
22
export default {
33
"chain": "Rari",
44
"chainId": 1380012617,
5-
"explorers": [],
5+
"explorers": [
6+
{
7+
"name": "rarichain-explorer",
8+
"url": "https://mainnet.explorer.rarichain.org",
9+
"standard": "EIP3091"
10+
}
11+
],
612
"faucets": [],
713
"features": [],
814
"icon": {
@@ -31,7 +37,8 @@ export default {
3137
"redFlags": [],
3238
"rpc": [
3339
"https://1380012617.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
34-
"https://mainnet.rpc.rarichain.org/http"
40+
"https://mainnet.rpc.rarichain.org/http",
41+
"https://rari.calderachain.xyz/http"
3542
],
3643
"shortName": "rari",
3744
"slug": "rari",
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
import type { Chain } from "../src/types";
2+
export default {
3+
"chain": "Titan (TKX)",
4+
"chainId": 18888,
5+
"explorers": [
6+
{
7+
"name": "Titan Explorer",
8+
"url": "https://titan-explorer-light.titanlab.io/Titan",
9+
"standard": "none",
10+
"icon": {
11+
"url": "ipfs://bafkreicyvc7t55zsejv6vwaxbmhvea5vdfkkbgqkmn65rhyyifpg3mq3ua",
12+
"width": 512,
13+
"height": 512,
14+
"format": "png"
15+
}
16+
}
17+
],
18+
"faucets": [],
19+
"icon": {
20+
"url": "ipfs://bafkreicyvc7t55zsejv6vwaxbmhvea5vdfkkbgqkmn65rhyyifpg3mq3ua",
21+
"width": 512,
22+
"height": 512,
23+
"format": "png"
24+
},
25+
"infoURL": "https://titanlab.io",
26+
"name": "Titan (TKX)",
27+
"nativeCurrency": {
28+
"name": "Titan tkx",
29+
"symbol": "TKX",
30+
"decimals": 18
31+
},
32+
"networkId": 18888,
33+
"rpc": [
34+
"https://18888.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
35+
"https://titan-json-rpc.titanlab.io"
36+
],
37+
"shortName": "titan_tkx",
38+
"slip44": 1,
39+
"slug": "titan-tkx",
40+
"testnet": false
41+
} as const satisfies Chain;

legacy_packages/chains/chains/1918988905.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@ import type { Chain } from "../src/types";
22
export default {
33
"chain": "RARI-T",
44
"chainId": 1918988905,
5-
"explorers": [],
5+
"explorers": [
6+
{
7+
"name": "rarichain-testnet-explorer",
8+
"url": "https://explorer.rarichain.org",
9+
"standard": "EIP3091"
10+
}
11+
],
612
"faucets": [],
713
"features": [],
814
"infoURL": "https://rarichain.org/",

legacy_packages/chains/chains/195.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
import type { Chain } from "../src/types";
22
export default {
3-
"chain": "X1",
3+
"chain": "X Layer",
44
"chainId": 195,
55
"explorers": [
66
{
77
"name": "OKLink",
8-
"url": "https://www.oklink.com/x1-test",
8+
"url": "https://www.oklink.com/xlayer-test",
99
"standard": "EIP3091"
1010
}
1111
],
1212
"faucets": [
13-
"https://www.okx.com/x1/faucet"
13+
"https://www.okx.com/xlayer/faucet"
1414
],
1515
"features": [],
16-
"infoURL": "https://www.okx.com/x1",
17-
"name": "X1 Testnet",
16+
"infoURL": "https://www.okx.com/xlayer",
17+
"name": "X Layer Testnet",
1818
"nativeCurrency": {
19-
"name": "X1 Global Utility Token in testnet",
19+
"name": "X Layer Global Utility Token in testnet",
2020
"symbol": "OKB",
2121
"decimals": 18
2222
},
2323
"networkId": 195,
2424
"rpc": [
2525
"https://195.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
26-
"https://testrpc.x1.tech",
27-
"https://x1testrpc.okx.com"
26+
"https://testrpc.xlayer.tech",
27+
"https://xlayertestrpc.okx.com"
2828
],
2929
"shortName": "tokb",
3030
"slip44": 1,
31-
"slug": "x1-testnet",
31+
"slug": "x-layer-testnet",
3232
"status": "active",
3333
"testnet": true
3434
} as const satisfies Chain;

legacy_packages/chains/chains/196.ts

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,31 @@
11
import type { Chain } from "../src/types";
22
export default {
3-
"chain": "X1",
3+
"chain": "X Layer",
44
"chainId": 196,
5-
"explorers": [],
5+
"explorers": [
6+
{
7+
"name": "OKLink",
8+
"url": "https://www.oklink.com/xlayer",
9+
"standard": "EIP3091"
10+
}
11+
],
612
"faucets": [],
713
"features": [],
8-
"infoURL": "https://www.okx.com/x1",
9-
"name": "X1 Mainnet",
14+
"infoURL": "https://www.okx.com/xlayer",
15+
"name": "X Layer Mainnet",
1016
"nativeCurrency": {
11-
"name": "X1 Global Utility Token",
17+
"name": "X Layer Global Utility Token",
1218
"symbol": "OKB",
1319
"decimals": 18
1420
},
1521
"networkId": 196,
16-
"rpc": [],
22+
"rpc": [
23+
"https://196.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
24+
"https://rpc.xlayer.tech",
25+
"https://xlayerrpc.okx.com"
26+
],
1727
"shortName": "okb",
18-
"slug": "x1",
28+
"slug": "x-layer",
1929
"status": "incubating",
2030
"testnet": false
2131
} as const satisfies Chain;

legacy_packages/chains/chains/202.ts

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
import type { Chain } from "../src/types";
2+
export default {
3+
"chain": "EdgelessTestnet",
4+
"chainId": 202,
5+
"explorers": [
6+
{
7+
"name": "Edgeless Explorer",
8+
"url": "https://testnet.explorer.edgeless.network",
9+
"standard": "EIP3091"
10+
}
11+
],
12+
"faucets": [],
13+
"features": [
14+
{
15+
"name": "EIP155"
16+
}
17+
],
18+
"infoURL": "https://edgeless.network",
19+
"name": "Edgeless Testnet",
20+
"nativeCurrency": {
21+
"name": "Edgeless Wrapped Eth",
22+
"symbol": "EwEth",
23+
"decimals": 18
24+
},
25+
"networkId": 202,
26+
"rpc": [
27+
"https://202.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
28+
"https://testnet.rpc.edgeless.network/http"
29+
],
30+
"shortName": "edgeless-testnet",
31+
"slug": "edgeless-testnet",
32+
"testnet": true
33+
} as const satisfies Chain;

legacy_packages/chains/chains/2026.ts

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
import type { Chain } from "../src/types";
2+
export default {
3+
"chain": "Edgeless",
4+
"chainId": 2026,
5+
"explorers": [
6+
{
7+
"name": "Edgeless Explorer",
8+
"url": "https://explorer.edgeless.network",
9+
"standard": "EIP3091"
10+
}
11+
],
12+
"faucets": [],
13+
"features": [
14+
{
15+
"name": "EIP155"
16+
}
17+
],
18+
"infoURL": "https://edgeless.network",
19+
"name": "Edgeless Network",
20+
"nativeCurrency": {
21+
"name": "Edgeless Wrapped Eth",
22+
"symbol": "EwEth",
23+
"decimals": 18
24+
},
25+
"networkId": 2026,
26+
"rpc": [
27+
"https://2026.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
28+
"https://rpc.edgeless.network/http"
29+
],
30+
"shortName": "edgeless",
31+
"slug": "edgeless-network",
32+
"testnet": false
33+
} as const satisfies Chain;
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
import type { Chain } from "../src/types";
2+
export default {
3+
"chain": "HDX",
4+
"chainId": 222222,
5+
"explorers": [
6+
{
7+
"name": "blockscout",
8+
"url": "https://explorer.evm.hydration.cloud",
9+
"standard": "EIP3091"
10+
}
11+
],
12+
"faucets": [],
13+
"icon": {
14+
"url": "ipfs://QmQnx3j1ZtQ9Br873FuS6612HQfosXsr4Whew8eN4ArYwE",
15+
"width": 400,
16+
"height": 400,
17+
"format": "svg"
18+
},
19+
"infoURL": "https://hydradx.io",
20+
"name": "HydraDX",
21+
"nativeCurrency": {
22+
"name": "Wrapped ETH",
23+
"symbol": "WETH",
24+
"decimals": 18
25+
},
26+
"networkId": 222222,
27+
"rpc": [
28+
"https://222222.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
29+
"https://rpc.hydradx.cloud",
30+
"wss://rpc.hydradx.cloud"
31+
],
32+
"shortName": "hdx",
33+
"slug": "hydradx",
34+
"testnet": false
35+
} as const satisfies Chain;

0 commit comments

Comments
 (0)