Skip to content

Commit b4e7c74

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

File tree

11 files changed

+270
-4
lines changed

11 files changed

+270
-4
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/1075.ts

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
import type { Chain } from "../src/types";
2+
export default {
3+
"chain": "IOTA EVM",
4+
"chainId": 1075,
5+
"explorers": [],
6+
"faucets": [
7+
"https://evm-toolkit.evm.testnet.iotaledger.net"
8+
],
9+
"icon": {
10+
"url": "ipfs://bafkreibky2sy6qhi6arktayvologkrgu5kudpgdxfkx4uosbvmstz7v4di",
11+
"width": 720,
12+
"height": 720,
13+
"format": "png"
14+
},
15+
"infoURL": "https://www.iota.org",
16+
"name": "IOTA EVM Testnet",
17+
"nativeCurrency": {
18+
"name": "IOTA",
19+
"symbol": "IOTA",
20+
"decimals": 18
21+
},
22+
"networkId": 1075,
23+
"rpc": [
24+
"https://1075.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
25+
"https://json-rpc.evm.testnet.iotaledger.net"
26+
],
27+
"shortName": "iotaevm-testnet",
28+
"slug": "iota-evm-testnet",
29+
"testnet": true,
30+
"title": "IOTA EVM Testnet"
31+
} as const satisfies Chain;

legacy_packages/chains/chains/1188.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": "MOS",
4+
"chainId": 1188,
5+
"explorers": [
6+
{
7+
"name": "mosscan",
8+
"url": "https://www.mosscan.com",
9+
"standard": "none",
10+
"icon": {
11+
"url": "ipfs://QmczQf61mZmg3NmmGnwseDxzH1AqapA252KCTT85GuNG96",
12+
"width": 51,
13+
"height": 50,
14+
"format": "png"
15+
}
16+
}
17+
],
18+
"faucets": [],
19+
"icon": {
20+
"url": "ipfs://QmczQf61mZmg3NmmGnwseDxzH1AqapA252KCTT85GuNG96",
21+
"width": 51,
22+
"height": 50,
23+
"format": "png"
24+
},
25+
"infoURL": "https://www.mosscan.com",
26+
"name": "ClubMos Mainnet",
27+
"nativeCurrency": {
28+
"name": "ClubMos",
29+
"symbol": "MOS",
30+
"decimals": 18
31+
},
32+
"networkId": 1188,
33+
"rpc": [
34+
"https://1188.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
35+
"https://mainnet.mosscan.com"
36+
],
37+
"shortName": "MOS",
38+
"slug": "clubmos",
39+
"testnet": false
40+
} as const satisfies Chain;

legacy_packages/chains/chains/1221.ts

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
import type { Chain } from "../src/types";
2+
export default {
3+
"chain": "ETH",
4+
"chainId": 1221,
5+
"explorers": [],
6+
"faucets": [],
7+
"icon": {
8+
"url": "ipfs://QmeC4mKGbBpwmLfFxUSsareWkSWJomevUmex8ajjxo1zHx",
9+
"width": 500,
10+
"height": 500,
11+
"format": "png"
12+
},
13+
"infoURL": "https://www.cyclenetwork.io/",
14+
"name": "Cycle Network Testnet",
15+
"nativeCurrency": {
16+
"name": "Ether",
17+
"symbol": "ETH",
18+
"decimals": 18
19+
},
20+
"networkId": 1221,
21+
"rpc": [
22+
"https://1221.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
23+
"https://rpc-testnet.cyclenetwork.io"
24+
],
25+
"shortName": "Cycle",
26+
"slug": "cycle-network-testnet",
27+
"testnet": true
28+
} as const satisfies Chain;
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
import type { Chain } from "../src/types";
2+
export default {
3+
"chain": "MagApe",
4+
"chainId": 141319,
5+
"explorers": [
6+
{
7+
"name": "etherscan",
8+
"url": "http://testnet-api.magape.io:81",
9+
"standard": "EIP3091",
10+
"icon": {
11+
"url": "ipfs://QmPsxWMvnxnZ9dZcRJJMaE24o34dQsnsAMCJh3kVDrE1aB",
12+
"width": 1000,
13+
"height": 1000,
14+
"format": "png"
15+
}
16+
}
17+
],
18+
"faucets": [],
19+
"features": [
20+
{
21+
"name": "EIP155"
22+
}
23+
],
24+
"icon": {
25+
"url": "ipfs://QmPsxWMvnxnZ9dZcRJJMaE24o34dQsnsAMCJh3kVDrE1aB",
26+
"width": 1000,
27+
"height": 1000,
28+
"format": "png"
29+
},
30+
"infoURL": "https://magape.io",
31+
"name": "MagApe Testnet",
32+
"nativeCurrency": {
33+
"name": "MagApe",
34+
"symbol": "MAG",
35+
"decimals": 18
36+
},
37+
"networkId": 141319,
38+
"rpc": [
39+
"https://141319.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
40+
"https://testnet-api.magape.io/chain/"
41+
],
42+
"shortName": "mag",
43+
"slug": "magape-testnet",
44+
"testnet": true,
45+
"title": "MagApeChain"
46+
} as const satisfies Chain;
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": "ETH",
4+
"chainId": 167000,
5+
"explorers": [],
6+
"faucets": [],
7+
"icon": {
8+
"url": "ipfs://QmcHdmVr5VRUJq13jnM6tgah5Ge7hn3Dm14eY6vwivJ5ui",
9+
"width": 288,
10+
"height": 258,
11+
"format": "png"
12+
},
13+
"infoURL": "https://taiko.xyz",
14+
"name": "Taiko Mainnet",
15+
"nativeCurrency": {
16+
"name": "Ether",
17+
"symbol": "ETH",
18+
"decimals": 18
19+
},
20+
"networkId": 167000,
21+
"rpc": [
22+
"https://167000.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
23+
"https://rpc.taiko.xyz",
24+
"wss://ws.taiko.xyz"
25+
],
26+
"shortName": "tko-mainnet",
27+
"slug": "taiko",
28+
"status": "incubating",
29+
"testnet": false
30+
} as const satisfies Chain;

legacy_packages/chains/chains/167008.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default {
2929
"rpc": [
3030
"https://167008.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
3131
"https://rpc.katla.taiko.xyz",
32-
"wss://rpc.katla.taiko.xyz",
32+
"wss://ws.katla.taiko.xyz",
3333
"https://taiko-katla.drpc.org",
3434
"wss://taiko-katla.drpc.org"
3535
],

legacy_packages/chains/chains/267.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ export default {
1616
},
1717
{
1818
"name": "ankrscan-neura",
19-
"url": "https://testnet.neuraprotocol.io/explorer",
20-
"standard": "none",
19+
"url": "https://testnet.explorer.neuraprotocol.io",
20+
"standard": "EIP3091",
2121
"icon": {
2222
"url": "ipfs://QmWdpK5WFKrosaCSpJRCvU7uXeKk2qVeCckTxh6Zw2JrK8",
2323
"width": 600,
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": 58316,
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": "QaUser1943 Testnet",
16+
"nativeCurrency": {
17+
"name": "QaUser1943 Testnet Token",
18+
"symbol": "JAI",
19+
"decimals": 18
20+
},
21+
"networkId": 58316,
22+
"redFlags": [],
23+
"rpc": [
24+
"https://58316.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
25+
"https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"
26+
],
27+
"shortName": "QaUser1943 Testnet",
28+
"slug": "qauser1943-testnet",
29+
"testnet": true
30+
} as const satisfies Chain;

legacy_packages/chains/chains/7077.ts

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
import type { Chain } from "../src/types";
2+
export default {
3+
"chain": "Planq",
4+
"chainId": 7077,
5+
"explorers": [],
6+
"faucets": [],
7+
"icon": {
8+
"url": "ipfs://QmWEy9xK5BoqxPuVs7T48WM4exJrxzkEFt45iHcxWqUy8D",
9+
"width": 256,
10+
"height": 256,
11+
"format": "png"
12+
},
13+
"infoURL": "https://planq.network",
14+
"name": "Planq Atlas Testnet",
15+
"nativeCurrency": {
16+
"name": "Planq",
17+
"symbol": "tPLQ",
18+
"decimals": 18
19+
},
20+
"networkId": 7077,
21+
"rpc": [
22+
"https://7077.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
23+
"https://evm-rpc-atlas.planq.network"
24+
],
25+
"shortName": "planq-atlas-testnet",
26+
"slug": "planq-atlas-testnet",
27+
"testnet": true
28+
} as const satisfies Chain;

0 commit comments

Comments
 (0)