Skip to content

Commit 45677ad

Browse files
chore(chains): update chains (#2821)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0b5bb01 commit 45677ad

34 files changed

+870
-46
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/103.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default {
1717
"format": "png"
1818
},
1919
"infoURL": "https://worldland.foundation",
20-
"name": "Worldland Mainnet",
20+
"name": "WorldLand Mainnet",
2121
"nativeCurrency": {
2222
"name": "Worldland",
2323
"symbol": "WLC",
@@ -26,7 +26,8 @@ export default {
2626
"networkId": 103,
2727
"rpc": [
2828
"https://103.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
29-
"https://seoul.worldland.foundation"
29+
"https://seoul.worldland.foundation",
30+
"https://seoul2.worldland.foundation"
3031
],
3132
"shortName": "WLC",
3233
"slug": "worldland",

legacy_packages/chains/chains/10395.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default {
1717
"format": "png"
1818
},
1919
"infoURL": "https://worldland.foundation",
20-
"name": "Worldland Testnet",
20+
"name": "WorldLand Testnet",
2121
"nativeCurrency": {
2222
"name": "Worldland",
2323
"symbol": "WLC",

legacy_packages/chains/chains/1209.ts

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
import type { Chain } from "../src/types";
2+
export default {
3+
"chain": "SaitaBlockChain(SBC)",
4+
"chainId": 1209,
5+
"explorers": [
6+
{
7+
"name": "Saitascan explorer",
8+
"url": "https://saitascan.io",
9+
"standard": "none",
10+
"icon": {
11+
"url": "ipfs://QmVFWTqfqnMXbiPKpDFucE9QSQ1SVsUWs4HxBqRGjgQCbu",
12+
"width": 974,
13+
"height": 263,
14+
"format": "png"
15+
}
16+
}
17+
],
18+
"faucets": [],
19+
"icon": {
20+
"url": "ipfs://QmVFWTqfqnMXbiPKpDFucE9QSQ1SVsUWs4HxBqRGjgQCbu",
21+
"width": 974,
22+
"height": 263,
23+
"format": "png"
24+
},
25+
"infoURL": "https://saitachain.com",
26+
"name": "SaitaBlockChain(SBC)",
27+
"nativeCurrency": {
28+
"name": "SaitaBlockChain(SBC)",
29+
"symbol": "STC",
30+
"decimals": 18
31+
},
32+
"networkId": 1209,
33+
"rpc": [
34+
"https://1209.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
35+
"https://rpc-nodes.saitascan.io"
36+
],
37+
"shortName": "SBC",
38+
"slug": "saitablockchain-sbc",
39+
"testnet": false
40+
} as const satisfies Chain;

legacy_packages/chains/chains/1221.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ export default {
44
"chainId": 1221,
55
"explorers": [],
66
"faucets": [],
7-
"icon": {
8-
"url": "ipfs://QmeC4mKGbBpwmLfFxUSsareWkSWJomevUmex8ajjxo1zHx",
9-
"width": 500,
10-
"height": 500,
11-
"format": "png"
12-
},
137
"infoURL": "https://www.cyclenetwork.io/",
148
"name": "Cycle Network Testnet",
159
"nativeCurrency": {

legacy_packages/chains/chains/1499.ts

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
import type { Chain } from "../src/types";
2+
export default {
3+
"chain": "IGC",
4+
"chainId": 1499,
5+
"explorers": [
6+
{
7+
"name": "IGC-Scan",
8+
"url": "https://igcscan.com",
9+
"standard": "EIP3091"
10+
}
11+
],
12+
"faucets": [],
13+
"icon": {
14+
"url": "ipfs://QmeXuzaYXCDwHgQdpuE9L55JfEChzj11P73Ngrn8vDTE9T",
15+
"width": 1024,
16+
"height": 1024,
17+
"format": "png"
18+
},
19+
"infoURL": "https://idosgames.com/",
20+
"name": "iDos Games Chain Testnet",
21+
"nativeCurrency": {
22+
"name": "iDos Games Coin",
23+
"symbol": "IGC",
24+
"decimals": 18
25+
},
26+
"networkId": 1499,
27+
"rpc": [
28+
"https://1499.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
29+
"https://rpc-testnet.idos.games"
30+
],
31+
"shortName": "IGC",
32+
"slug": "idos-games-chain-testnet",
33+
"testnet": true
34+
} as const satisfies Chain;

legacy_packages/chains/chains/195.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ export default {
1313
"https://www.okx.com/xlayer/faucet"
1414
],
1515
"features": [],
16+
"icon": {
17+
"url": "ipfs://QmSLkiAAr6VtJ6jEqEzz3QdZtVEHzR6Az7E4XD8qXwjuio",
18+
"width": 1000,
19+
"height": 1000,
20+
"format": "png"
21+
},
1622
"infoURL": "https://www.okx.com/xlayer",
1723
"name": "X Layer Testnet",
1824
"nativeCurrency": {

legacy_packages/chains/chains/196.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ export default {
1111
],
1212
"faucets": [],
1313
"features": [],
14+
"icon": {
15+
"url": "ipfs://QmSLkiAAr6VtJ6jEqEzz3QdZtVEHzR6Az7E4XD8qXwjuio",
16+
"width": 1000,
17+
"height": 1000,
18+
"format": "png"
19+
},
1420
"infoURL": "https://www.okx.com/xlayer",
1521
"name": "X Layer Mainnet",
1622
"nativeCurrency": {

legacy_packages/chains/chains/2021.ts

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ export default {
44
"chainId": 2021,
55
"explorers": [
66
{
7-
"name": "Edgscan by Bharathcoorg",
7+
"name": "Edgscan EdgeEVM explorer by Bharathcoorg",
88
"url": "https://edgscan.live",
99
"standard": "EIP3091"
1010
},
1111
{
12-
"name": "Subscan",
13-
"url": "https://edgeware.subscan.io",
12+
"name": "Edgscan EdgeWASM explorer by Bharathcoorg",
13+
"url": "https://edgscan.ink",
1414
"standard": "none",
1515
"icon": {
16-
"url": "ipfs://Qma2GfW5nQHuA7nGqdEfwaXPL63G9oTwRTQKaGTfjNtM2W",
17-
"width": 400,
18-
"height": 400,
19-
"format": "png"
16+
"url": "ipfs://QmVV7ibcq8pS44Nt77jWSLNY2RkfQooHBCZMBPSMdAfZ3d",
17+
"width": 88,
18+
"height": 88,
19+
"format": "svg"
2020
}
2121
}
2222
],
@@ -30,10 +30,10 @@ export default {
3030
}
3131
],
3232
"icon": {
33-
"url": "ipfs://QmS3ERgAKYTmV7bSWcUPSvrrCC9wHQYxtZqEQYx9Rw4RGA",
34-
"width": 352,
35-
"height": 304,
36-
"format": "png"
33+
"url": "ipfs://QmWCSXYLigYE6qEiese4cso2icgKQyosV3x1adtxJnRyJ9",
34+
"width": 88,
35+
"height": 76,
36+
"format": "svg"
3737
},
3838
"infoURL": "https://edgeware.io",
3939
"name": "Edgeware EdgeEVM Mainnet",
@@ -46,15 +46,15 @@ export default {
4646
"rpc": [
4747
"https://2021.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
4848
"https://edgeware-evm.jelliedowl.net",
49-
"https://mainnet2.edgewa.re/evm",
50-
"https://mainnet3.edgewa.re/evm",
51-
"https://mainnet4.edgewa.re/evm",
52-
"https://mainnet5.edgewa.re/evm",
49+
"https://edgeware-evm0.jelliedowl.net",
50+
"https://edgeware-evm1.jelliedowl.net",
51+
"https://edgeware-evm2.jelliedowl.net",
52+
"https://edgeware-evm3.jelliedowl.net",
5353
"wss://edgeware.jelliedowl.net",
54-
"wss://mainnet2.edgewa.re",
55-
"wss://mainnet3.edgewa.re",
56-
"wss://mainnet4.edgewa.re",
57-
"wss://mainnet5.edgewa.re"
54+
"wss://edgeware-rpc0.jelliedowl.net",
55+
"wss://edgeware-rpc1.jelliedowl.net",
56+
"wss://edgeware-rpc2.jelliedowl.net",
57+
"wss://edgeware-rpc3.jelliedowl.net"
5858
],
5959
"shortName": "edg",
6060
"slip44": 523,

legacy_packages/chains/chains/2040.ts

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,19 @@ import type { Chain } from "../src/types";
22
export default {
33
"chain": "VANAR",
44
"chainId": 2040,
5-
"explorers": [],
5+
"explorers": [
6+
{
7+
"name": "Vanar Explorer",
8+
"url": "https://explorer.vanarchain.com",
9+
"standard": "EIP3091",
10+
"icon": {
11+
"url": "ipfs://Qmbx25iq4Vn4zLooPit9bbguXJzdiogwtVQWtSseyQPuSC",
12+
"width": 1000,
13+
"height": 1628,
14+
"format": "png"
15+
}
16+
}
17+
],
618
"faucets": [],
719
"features": [
820
{

0 commit comments

Comments
 (0)