File tree Expand file tree Collapse file tree 11 files changed +270
-4
lines changed Expand file tree Collapse file tree 11 files changed +270
-4
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @thirdweb-dev/chains " : patch
3
+ ---
4
+
5
+ Synced Chains Package
Original file line number Diff line number Diff line change
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 ;
Original file line number Diff line number Diff line change
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 ;
Original file line number Diff line number Diff line change
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 ;
Original file line number Diff line number Diff line change
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 ;
Original file line number Diff line number Diff line change
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 ;
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ export default {
29
29
"rpc" : [
30
30
"https://167008.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
31
31
"https://rpc.katla.taiko.xyz" ,
32
- "wss://rpc .katla.taiko.xyz" ,
32
+ "wss://ws .katla.taiko.xyz" ,
33
33
"https://taiko-katla.drpc.org" ,
34
34
"wss://taiko-katla.drpc.org"
35
35
] ,
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ export default {
16
16
} ,
17
17
{
18
18
"name" : "ankrscan-neura" ,
19
- "url" : "https://testnet.neuraprotocol.io/explorer " ,
20
- "standard" : "none " ,
19
+ "url" : "https://testnet.explorer. neuraprotocol.io" ,
20
+ "standard" : "EIP3091 " ,
21
21
"icon" : {
22
22
"url" : "ipfs://QmWdpK5WFKrosaCSpJRCvU7uXeKk2qVeCckTxh6Zw2JrK8" ,
23
23
"width" : 600 ,
Original file line number Diff line number Diff line change
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 ;
Original file line number Diff line number Diff line change
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 ;
You can’t perform that action at this time.
0 commit comments