Skip to content

Commit ee54356

Browse files
jnsdlsIDubuque
authored andcommitted
chore(chains): sync chains (#1843)
Signed-off-by: Jonas Daniels <[email protected]>
1 parent cbda92b commit ee54356

File tree

1,096 files changed

+6050
-3116
lines changed

Some content is hidden

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

1,096 files changed

+6050
-3116
lines changed

.changeset/dirty-jeans-attack.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+
sync chains

packages/chains/chains/1.ts

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ import type { Chain } from "../src/types";
22
export default {
33
"chain": "ETH",
44
"chainId": 1,
5+
"ens": {
6+
"registry": "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e"
7+
},
58
"explorers": [
69
{
710
"name": "etherscan",
@@ -11,16 +14,33 @@ export default {
1114
{
1215
"name": "blockscout",
1316
"url": "https://eth.blockscout.com",
14-
"standard": "EIP3091"
17+
"standard": "EIP3091",
18+
"icon": {
19+
"url": "ipfs://QmYtUimyqHkkFxYdbXXRbUqNg2VLPUg6Uu2C2nmFWowiZM",
20+
"width": 551,
21+
"height": 540,
22+
"format": "png"
23+
}
24+
},
25+
{
26+
"name": "dexguru",
27+
"url": "https://ethereum.dex.guru",
28+
"standard": "EIP3091",
29+
"icon": {
30+
"url": "ipfs://QmRaASKRSjQ5btoUQ2rNTJNxKtx2a2RoewgA7DMQkLVEne",
31+
"width": 83,
32+
"height": 82,
33+
"format": "svg"
34+
}
1535
}
1636
],
1737
"faucets": [],
1838
"features": [
1939
{
20-
"name": "EIP1559"
40+
"name": "EIP155"
2141
},
2242
{
23-
"name": "EIP155"
43+
"name": "EIP1559"
2444
}
2545
],
2646
"icon": {
@@ -36,9 +56,11 @@ export default {
3656
"symbol": "ETH",
3757
"decimals": 18
3858
},
59+
"networkId": 1,
3960
"redFlags": [],
4061
"rpc": [
4162
"https://ethereum.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
63+
"https://1.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
4264
"https://mainnet.infura.io/v3/${INFURA_API_KEY}",
4365
"wss://mainnet.infura.io/ws/v3/${INFURA_API_KEY}",
4466
"https://eth-mainnet.g.alchemy.com/v2/${ALCHEMY_API_KEY}",
@@ -47,9 +69,13 @@ export default {
4769
"https://ethereum.publicnode.com",
4870
"wss://ethereum.publicnode.com",
4971
"https://mainnet.gateway.tenderly.co",
50-
"wss://mainnet.gateway.tenderly.co"
72+
"wss://mainnet.gateway.tenderly.co",
73+
"https://rpc.blocknative.com/boost",
74+
"https://rpc.flashbots.net/fast",
75+
"https://rpc.mevblocker.io/fullprivacy"
5176
],
5277
"shortName": "eth",
78+
"slip44": 60,
5379
"slug": "ethereum",
5480
"testnet": false
5581
} as const satisfies Chain;

packages/chains/chains/10.ts

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,24 @@ export default {
1111
{
1212
"name": "blockscout",
1313
"url": "https://optimism.blockscout.com",
14-
"standard": "EIP3091"
14+
"standard": "EIP3091",
15+
"icon": {
16+
"url": "ipfs://QmYtUimyqHkkFxYdbXXRbUqNg2VLPUg6Uu2C2nmFWowiZM",
17+
"width": 551,
18+
"height": 540,
19+
"format": "png"
20+
}
21+
},
22+
{
23+
"name": "dexguru",
24+
"url": "https://optimism.dex.guru",
25+
"standard": "EIP3091",
26+
"icon": {
27+
"url": "ipfs://QmRaASKRSjQ5btoUQ2rNTJNxKtx2a2RoewgA7DMQkLVEne",
28+
"width": 83,
29+
"height": 82,
30+
"format": "svg"
31+
}
1532
}
1633
],
1734
"faucets": [],
@@ -29,9 +46,11 @@ export default {
2946
"symbol": "ETH",
3047
"decimals": 18
3148
},
49+
"networkId": 10,
3250
"redFlags": [],
3351
"rpc": [
3452
"https://optimism.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
53+
"https://10.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
3554
"https://optimism-mainnet.infura.io/v3/${INFURA_API_KEY}",
3655
"https://opt-mainnet.g.alchemy.com/v2/${ALCHEMY_API_KEY}",
3756
"https://mainnet.optimism.io",

packages/chains/chains/100.ts

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,36 @@ export default {
66
{
77
"name": "blockscout",
88
"url": "https://gnosis.blockscout.com",
9-
"standard": "EIP3091"
9+
"standard": "EIP3091",
10+
"icon": {
11+
"url": "ipfs://QmYtUimyqHkkFxYdbXXRbUqNg2VLPUg6Uu2C2nmFWowiZM",
12+
"width": 551,
13+
"height": 540,
14+
"format": "png"
15+
}
1016
},
1117
{
1218
"name": "gnosisscan",
1319
"url": "https://gnosisscan.io",
1420
"standard": "EIP3091"
21+
},
22+
{
23+
"name": "dexguru",
24+
"url": "https://gnosis.dex.guru",
25+
"standard": "EIP3091",
26+
"icon": {
27+
"url": "ipfs://QmRaASKRSjQ5btoUQ2rNTJNxKtx2a2RoewgA7DMQkLVEne",
28+
"width": 83,
29+
"height": 82,
30+
"format": "svg"
31+
}
1532
}
1633
],
1734
"faucets": [
1835
"https://gnosisfaucet.com",
1936
"https://stakely.io/faucet/gnosis-chain-xdai",
2037
"https://faucet.prussia.dev/xdai"
2138
],
22-
"features": [],
2339
"icon": {
2440
"url": "ipfs://bafybeidk4swpgdyqmpz6shd5onvpaujvwiwthrhypufnwr6xh3dausz2dm",
2541
"width": 1800,
@@ -33,9 +49,10 @@ export default {
3349
"symbol": "XDAI",
3450
"decimals": 18
3551
},
36-
"redFlags": [],
52+
"networkId": 100,
3753
"rpc": [
3854
"https://gnosis.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
55+
"https://100.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
3956
"https://rpc.gnosischain.com",
4057
"https://rpc.gnosis.gateway.fm",
4158
"https://rpc.ankr.com/gnosis",
@@ -50,6 +67,7 @@ export default {
5067
"wss://gnosis.publicnode.com"
5168
],
5269
"shortName": "gno",
70+
"slip44": 700,
5371
"slug": "gnosis",
5472
"testnet": false
5573
} as const satisfies Chain;

packages/chains/chains/1000.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,21 @@ export default {
1010
}
1111
],
1212
"faucets": [],
13-
"features": [],
1413
"infoURL": "https://gton.capital",
1514
"name": "GTON Mainnet",
1615
"nativeCurrency": {
1716
"name": "GCD",
1817
"symbol": "GCD",
1918
"decimals": 18
2019
},
21-
"redFlags": [],
20+
"networkId": 1000,
21+
"parent": {
22+
"type": "L2",
23+
"chain": "eip155-1"
24+
},
2225
"rpc": [
2326
"https://gton.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
27+
"https://1000.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
2428
"https://rpc.gton.network/"
2529
],
2630
"shortName": "gton",

packages/chains/chains/10000.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ export default {
44
"chainId": 10000,
55
"explorers": [],
66
"faucets": [],
7-
"features": [],
87
"infoURL": "https://smartbch.org/",
98
"name": "Smart Bitcoin Cash",
109
"nativeCurrency": {
1110
"name": "Bitcoin Cash",
1211
"symbol": "BCH",
1312
"decimals": 18
1413
},
15-
"redFlags": [],
14+
"networkId": 10000,
1615
"rpc": [
1716
"https://smart-bitcoin-cash.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
17+
"https://10000.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
1818
"https://smartbch.greyh.at",
1919
"https://rpc-mainnet.smartbch.org",
2020
"https://smartbch.fountainhead.cash/mainnet",

packages/chains/chains/100000.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ export default {
44
"chainId": 100000,
55
"explorers": [],
66
"faucets": [],
7-
"features": [],
87
"infoURL": "https://www.quarkchain.io",
98
"name": "QuarkChain Mainnet Root",
109
"nativeCurrency": {
1110
"name": "QKC",
1211
"symbol": "QKC",
1312
"decimals": 18
1413
},
15-
"redFlags": [],
14+
"networkId": 100000,
1615
"rpc": [
1716
"https://quarkchain-root.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
17+
"https://100000.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
1818
"http://jrpc.mainnet.quarkchain.io:38391"
1919
],
2020
"shortName": "qkc-r",

packages/chains/chains/100001.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,21 @@ export default {
1010
}
1111
],
1212
"faucets": [],
13-
"features": [],
1413
"infoURL": "https://www.quarkchain.io",
1514
"name": "QuarkChain Mainnet Shard 0",
1615
"nativeCurrency": {
1716
"name": "QKC",
1817
"symbol": "QKC",
1918
"decimals": 18
2019
},
21-
"redFlags": [],
20+
"networkId": 100001,
21+
"parent": {
22+
"type": "shard",
23+
"chain": "eip155-100000"
24+
},
2225
"rpc": [
2326
"https://quarkchain-shard-0.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
27+
"https://100001.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
2428
"https://mainnet-s0-ethapi.quarkchain.io",
2529
"http://eth-jrpc.mainnet.quarkchain.io:39000"
2630
],

packages/chains/chains/100002.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,21 @@ export default {
1010
}
1111
],
1212
"faucets": [],
13-
"features": [],
1413
"infoURL": "https://www.quarkchain.io",
1514
"name": "QuarkChain Mainnet Shard 1",
1615
"nativeCurrency": {
1716
"name": "QKC",
1817
"symbol": "QKC",
1918
"decimals": 18
2019
},
21-
"redFlags": [],
20+
"networkId": 100002,
21+
"parent": {
22+
"type": "shard",
23+
"chain": "eip155-100000"
24+
},
2225
"rpc": [
2326
"https://quarkchain-shard-1.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
27+
"https://100002.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
2428
"https://mainnet-s1-ethapi.quarkchain.io",
2529
"http://eth-jrpc.mainnet.quarkchain.io:39001"
2630
],

packages/chains/chains/100003.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,21 @@ export default {
1010
}
1111
],
1212
"faucets": [],
13-
"features": [],
1413
"infoURL": "https://www.quarkchain.io",
1514
"name": "QuarkChain Mainnet Shard 2",
1615
"nativeCurrency": {
1716
"name": "QKC",
1817
"symbol": "QKC",
1918
"decimals": 18
2019
},
21-
"redFlags": [],
20+
"networkId": 100003,
21+
"parent": {
22+
"type": "shard",
23+
"chain": "eip155-100000"
24+
},
2225
"rpc": [
2326
"https://quarkchain-shard-2.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
27+
"https://100003.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
2428
"https://mainnet-s2-ethapi.quarkchain.io",
2529
"http://eth-jrpc.mainnet.quarkchain.io:39002"
2630
],

packages/chains/chains/100004.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,21 @@ export default {
1010
}
1111
],
1212
"faucets": [],
13-
"features": [],
1413
"infoURL": "https://www.quarkchain.io",
1514
"name": "QuarkChain Mainnet Shard 3",
1615
"nativeCurrency": {
1716
"name": "QKC",
1817
"symbol": "QKC",
1918
"decimals": 18
2019
},
21-
"redFlags": [],
20+
"networkId": 100004,
21+
"parent": {
22+
"type": "shard",
23+
"chain": "eip155-100000"
24+
},
2225
"rpc": [
2326
"https://quarkchain-shard-3.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
27+
"https://100004.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
2428
"https://mainnet-s3-ethapi.quarkchain.io",
2529
"http://eth-jrpc.mainnet.quarkchain.io:39003"
2630
],

packages/chains/chains/100005.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,21 @@ export default {
1010
}
1111
],
1212
"faucets": [],
13-
"features": [],
1413
"infoURL": "https://www.quarkchain.io",
1514
"name": "QuarkChain Mainnet Shard 4",
1615
"nativeCurrency": {
1716
"name": "QKC",
1817
"symbol": "QKC",
1918
"decimals": 18
2019
},
21-
"redFlags": [],
20+
"networkId": 100005,
21+
"parent": {
22+
"type": "shard",
23+
"chain": "eip155-100000"
24+
},
2225
"rpc": [
2326
"https://quarkchain-shard-4.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
27+
"https://100005.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
2428
"https://mainnet-s4-ethapi.quarkchain.io",
2529
"http://eth-jrpc.mainnet.quarkchain.io:39004"
2630
],

packages/chains/chains/100006.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,21 @@ export default {
1010
}
1111
],
1212
"faucets": [],
13-
"features": [],
1413
"infoURL": "https://www.quarkchain.io",
1514
"name": "QuarkChain Mainnet Shard 5",
1615
"nativeCurrency": {
1716
"name": "QKC",
1817
"symbol": "QKC",
1918
"decimals": 18
2019
},
21-
"redFlags": [],
20+
"networkId": 100006,
21+
"parent": {
22+
"type": "shard",
23+
"chain": "eip155-100000"
24+
},
2225
"rpc": [
2326
"https://quarkchain-shard-5.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
27+
"https://100006.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
2428
"https://mainnet-s5-ethapi.quarkchain.io",
2529
"http://eth-jrpc.mainnet.quarkchain.io:39005"
2630
],

0 commit comments

Comments
 (0)