Skip to content

Commit dbdafa2

Browse files
chore(chains): update chains (#2852)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 77c2a8a commit dbdafa2

File tree

10 files changed

+110
-5
lines changed

10 files changed

+110
-5
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/2151.ts

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,22 @@ export default {
66
{
77
"name": "BOASCAN",
88
"url": "https://boascan.io",
9-
"standard": "EIP3091"
9+
"standard": "EIP3091",
10+
"icon": {
11+
"url": "ipfs://QmW3CT4SHmso5dRJdsjR8GL1qmt79HkdAebCn2uNaWXFYh",
12+
"width": 256,
13+
"height": 257,
14+
"format": "png"
15+
}
1016
}
1117
],
1218
"faucets": [],
19+
"icon": {
20+
"url": "ipfs://QmW3CT4SHmso5dRJdsjR8GL1qmt79HkdAebCn2uNaWXFYh",
21+
"width": 256,
22+
"height": 257,
23+
"format": "png"
24+
},
1325
"infoURL": "https://docs.bosagora.org",
1426
"name": "BOSagora Mainnet",
1527
"nativeCurrency": {
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
import type { Chain } from "../src/types";
2+
export default {
3+
"chain": "Avalanche",
4+
"chainId": 46109,
5+
"explorers": [],
6+
"faucets": [],
7+
"features": [],
8+
"icon": {
9+
"url": "https://images.ctfassets.net/9bazykntljf6/62CceHSYsRS4D9fgDSkLRB/877cb8f26954e1743ff535fd7fdaf78f/avacloud-placeholder.svg",
10+
"width": 256,
11+
"height": 256,
12+
"format": "svg"
13+
},
14+
"infoURL": "https://avacloud.io",
15+
"name": "qr0224t1tp Testnet",
16+
"nativeCurrency": {
17+
"name": "qr0224t1tp Testnet Token",
18+
"symbol": "CRH",
19+
"decimals": 18
20+
},
21+
"networkId": 46109,
22+
"redFlags": [],
23+
"rpc": [
24+
"https://46109.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
25+
"https://subnets.avax.network/qr0224t1tp/testnet/rpc"
26+
],
27+
"shortName": "qr0224t1tp Testnet",
28+
"slug": "qr0224t1tp-testnet",
29+
"testnet": true
30+
} as const satisfies Chain;

legacy_packages/chains/chains/4759.ts

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,22 @@ export default {
66
{
77
"name": "MEVerse Chain Testnet Explorer",
88
"url": "https://testnet.meversescan.io",
9-
"standard": "none"
9+
"standard": "none",
10+
"icon": {
11+
"url": "ipfs://QmPuQ6gaCfUtNdRuaEDbdhot2m2KCy2ZHCJUvZXJAtdeyJ",
12+
"width": 800,
13+
"height": 800,
14+
"format": "png"
15+
}
1016
}
1117
],
1218
"faucets": [],
19+
"icon": {
20+
"url": "ipfs://QmPuQ6gaCfUtNdRuaEDbdhot2m2KCy2ZHCJUvZXJAtdeyJ",
21+
"width": 800,
22+
"height": 800,
23+
"format": "png"
24+
},
1325
"infoURL": "https://www.meverse.sg",
1426
"name": "MEVerse Chain Testnet",
1527
"nativeCurrency": {

legacy_packages/chains/chains/6779.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ export default {
1010
}
1111
],
1212
"faucets": [],
13+
"icon": {
14+
"url": "ipfs://QmYbskrGpidbMwsJekTeLrr8Z6GA9q4Uxh7piS1F9BdWWv",
15+
"width": 256,
16+
"height": 256,
17+
"format": "png"
18+
},
1319
"infoURL": "https://compverse.io",
1420
"name": "Compverse Mainnet",
1521
"nativeCurrency": {

legacy_packages/chains/chains/7518.ts

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,22 @@ export default {
66
{
77
"name": "MEVerse Chain Explorer",
88
"url": "https://www.meversescan.io",
9-
"standard": "none"
9+
"standard": "none",
10+
"icon": {
11+
"url": "ipfs://QmPuQ6gaCfUtNdRuaEDbdhot2m2KCy2ZHCJUvZXJAtdeyJ",
12+
"width": 800,
13+
"height": 800,
14+
"format": "png"
15+
}
1016
}
1117
],
1218
"faucets": [],
19+
"icon": {
20+
"url": "ipfs://QmPuQ6gaCfUtNdRuaEDbdhot2m2KCy2ZHCJUvZXJAtdeyJ",
21+
"width": 800,
22+
"height": 800,
23+
"format": "png"
24+
},
1325
"infoURL": "https://www.meverse.sg",
1426
"name": "MEVerse Chain Mainnet",
1527
"nativeCurrency": {

legacy_packages/chains/chains/800001.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ export default {
1616
}
1717
],
1818
"faucets": [],
19+
"icon": {
20+
"url": "ipfs://QmVhezQHkqSZ5Tvtsw18giA1yBjV1URSsBQ7HenUh6p6oC",
21+
"width": 512,
22+
"height": 512,
23+
"format": "png"
24+
},
1925
"infoURL": "https://octa.space",
2026
"name": "OctaSpace",
2127
"nativeCurrency": {

legacy_packages/chains/chains/9779.ts

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,22 @@ export default {
66
{
77
"name": "Pepe Explorer",
88
"url": "https://explorer.pepenetwork.io",
9-
"standard": "none"
9+
"standard": "none",
10+
"icon": {
11+
"url": "ipfs://QmPX3uipdwd195z1MJff7uj8hpZdSuVvM5z47eiz2o7Gz5",
12+
"width": 960,
13+
"height": 944,
14+
"format": "png"
15+
}
1016
}
1117
],
1218
"faucets": [],
19+
"icon": {
20+
"url": "ipfs://QmPX3uipdwd195z1MJff7uj8hpZdSuVvM5z47eiz2o7Gz5",
21+
"width": 960,
22+
"height": 944,
23+
"format": "png"
24+
},
1325
"infoURL": "https://pepenetwork.io",
1426
"name": "PepeNetwork Mainnet",
1527
"nativeCurrency": {

legacy_packages/chains/chains/9898.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ export default {
1010
}
1111
],
1212
"faucets": [],
13+
"icon": {
14+
"url": "ipfs://QmZTWoZ3LvivSinaJ4aSwqU8pCXw8oSZNnUCh4wwXxtAoQ",
15+
"width": 500,
16+
"height": 500,
17+
"format": "png"
18+
},
1319
"infoURL": "https://larissa.network",
1420
"name": "Larissa Chain",
1521
"nativeCurrency": {

legacy_packages/chains/src/index.ts

Lines changed: 5 additions & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)