File tree Expand file tree Collapse file tree 29 files changed +431
-78
lines changed Expand file tree Collapse file tree 29 files changed +431
-78
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" : "PLAY" ,
4
+ "chainId" : 161212 ,
5
+ "explorers" : [ ] ,
6
+ "faucets" : [ ] ,
7
+ "infoURL" : "https://www.playfi.ai/" ,
8
+ "name" : "PlayFi Mainnet" ,
9
+ "nativeCurrency" : {
10
+ "name" : "Play" ,
11
+ "symbol" : "PLAY" ,
12
+ "decimals" : 18
13
+ } ,
14
+ "networkId" : 161212 ,
15
+ "rpc" : [ ] ,
16
+ "shortName" : "playfi" ,
17
+ "slug" : "playfi" ,
18
+ "status" : "incubating" ,
19
+ "testnet" : false
20
+ } 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" : 1612127 ,
5
+ "explorers" : [
6
+ {
7
+ "name" : "PlayFi Block Explorer" ,
8
+ "url" : "https://albireo-explorer.playfi.ai" ,
9
+ "standard" : "EIP3091"
10
+ }
11
+ ] ,
12
+ "faucets" : [ ] ,
13
+ "infoURL" : "https://www.playfi.ai/" ,
14
+ "name" : "PlayFi Albireo Testnet" ,
15
+ "nativeCurrency" : {
16
+ "name" : "Ether" ,
17
+ "symbol" : "ETH" ,
18
+ "decimals" : 18
19
+ } ,
20
+ "networkId" : 1612127 ,
21
+ "parent" : {
22
+ "type" : "L2" ,
23
+ "chain" : "eip155-1" ,
24
+ "bridges" : [
25
+ {
26
+ "url" : "https://portal.playfi.ai/bridge"
27
+ }
28
+ ]
29
+ } ,
30
+ "rpc" : [
31
+ "https://1612127.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
32
+ "https://albireo-rpc.playfi.ai"
33
+ ] ,
34
+ "shortName" : "alberio" ,
35
+ "slip44" : 1 ,
36
+ "slug" : "playfi-albireo-testnet" ,
37
+ "testnet" : true
38
+ } as const satisfies Chain ;
Original file line number Diff line number Diff line change @@ -10,12 +10,6 @@ export default {
10
10
}
11
11
] ,
12
12
"faucets" : [ ] ,
13
- "icon" : {
14
- "url" : "ipfs://QmdFEozqneC8abhpfgtGpvfKpWVEbL8eMZjJKtUPuBTanK" ,
15
- "width" : 988 ,
16
- "height" : 901 ,
17
- "format" : "png"
18
- } ,
19
13
"infoURL" : "https://doric.network" ,
20
14
"name" : "Doric Network" ,
21
15
"nativeCurrency" : {
Original file line number Diff line number Diff line change
1
+ import type { Chain } from "../src/types" ;
2
+ export default {
3
+ "chain" : "VANAR" ,
4
+ "chainId" : 2040 ,
5
+ "explorers" : [ ] ,
6
+ "faucets" : [ ] ,
7
+ "features" : [
8
+ {
9
+ "name" : "EIP155"
10
+ }
11
+ ] ,
12
+ "icon" : {
13
+ "url" : "ipfs://Qmbx25iq4Vn4zLooPit9bbguXJzdiogwtVQWtSseyQPuSC" ,
14
+ "width" : 1000 ,
15
+ "height" : 1628 ,
16
+ "format" : "png"
17
+ } ,
18
+ "infoURL" : "https://vanarchain.com" ,
19
+ "name" : "Vanar Mainnet" ,
20
+ "nativeCurrency" : {
21
+ "name" : "VANRY" ,
22
+ "symbol" : "VANRY" ,
23
+ "decimals" : 18
24
+ } ,
25
+ "networkId" : 2040 ,
26
+ "rpc" : [
27
+ "https://2040.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
28
+ "https://rpc.vanarchain.com" ,
29
+ "wss://ws.vanarchain.com"
30
+ ] ,
31
+ "shortName" : "Vanar" ,
32
+ "slug" : "vanar" ,
33
+ "testnet" : false ,
34
+ "title" : "Vanarchain"
35
+ } as const satisfies Chain ;
Original file line number Diff line number Diff line change @@ -2,9 +2,22 @@ import type { Chain } from "../src/types";
2
2
export default {
3
3
"chain" : "Avalanche" ,
4
4
"chainId" : 2121 ,
5
- "explorers" : [ ] ,
5
+ "explorers" : [
6
+ {
7
+ "name" : "catenascan" ,
8
+ "url" : "https://catenascan.com" ,
9
+ "standard" : "EIP3091"
10
+ }
11
+ ] ,
6
12
"faucets" : [ ] ,
7
- "features" : [ ] ,
13
+ "features" : [
14
+ {
15
+ "name" : "EIP155"
16
+ } ,
17
+ {
18
+ "name" : "EIP1559"
19
+ }
20
+ ] ,
8
21
"icon" : {
9
22
"url" : "https://images.ctfassets.net/9bazykntljf6/62CceHSYsRS4D9fgDSkLRB/877cb8f26954e1743ff535fd7fdaf78f/avacloud-placeholder.svg" ,
10
23
"width" : 256 ,
@@ -22,7 +35,8 @@ export default {
22
35
"redFlags" : [ ] ,
23
36
"rpc" : [
24
37
"https://2121.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
25
- "https://subnets.avacloud-dev.io/cb82eb40-2d0d-4188-905b-d50c4b09b40b"
38
+ "https://subnets.avacloud-dev.io/cb82eb40-2d0d-4188-905b-d50c4b09b40b" ,
39
+ "https://rpc1.catenarpc.com"
26
40
] ,
27
41
"shortName" : "M TEST 1103-2" ,
28
42
"slug" : "m-test-1103-2" ,
Original file line number Diff line number Diff line change @@ -12,6 +12,12 @@ export default {
12
12
"faucets" : [
13
13
"https://faucet.opside.network"
14
14
] ,
15
+ "icon" : {
16
+ "url" : "ipfs://QmeCyZeibUoHNoYGzy1GkzH2uhxyRHKvH51PdaUMer4VTo" ,
17
+ "width" : 591 ,
18
+ "height" : 591 ,
19
+ "format" : "png"
20
+ } ,
15
21
"infoURL" : "https://opside.network" ,
16
22
"name" : "Opside Testnet" ,
17
23
"nativeCurrency" : {
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" : 313310 ,
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" : "LT10" ,
16
+ "nativeCurrency" : {
17
+ "name" : "LT10 Token" ,
18
+ "symbol" : "LT" ,
19
+ "decimals" : 18
20
+ } ,
21
+ "networkId" : 313310 ,
22
+ "redFlags" : [ ] ,
23
+ "rpc" : [
24
+ "https://313310.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
25
+ "https://subnets.avax.network/lt10/testnet/rpc"
26
+ ] ,
27
+ "shortName" : "LT10" ,
28
+ "slug" : "lt10" ,
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" : "Avalanche" ,
4
+ "chainId" : 31338 ,
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" : "LT8 Testnet" ,
16
+ "nativeCurrency" : {
17
+ "name" : "LT8 Testnet Token" ,
18
+ "symbol" : "LT" ,
19
+ "decimals" : 18
20
+ } ,
21
+ "networkId" : 31338 ,
22
+ "redFlags" : [ ] ,
23
+ "rpc" : [
24
+ "https://31338.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
25
+ "https://subnets.avax.network/lt8/testnet/rpc"
26
+ ] ,
27
+ "shortName" : "LT8 Testnet" ,
28
+ "slug" : "lt8-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" : "Avalanche" ,
4
+ "chainId" : 31339 ,
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" : "LT9" ,
16
+ "nativeCurrency" : {
17
+ "name" : "LT9 Token" ,
18
+ "symbol" : "LT" ,
19
+ "decimals" : 18
20
+ } ,
21
+ "networkId" : 31339 ,
22
+ "redFlags" : [ ] ,
23
+ "rpc" : [
24
+ "https://31339.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
25
+ "https://subnets.avax.network/lt9/testnet/rpc"
26
+ ] ,
27
+ "shortName" : "LT9" ,
28
+ "slug" : "lt9" ,
29
+ "testnet" : true
30
+ } as const satisfies Chain ;
You can’t perform that action at this time.
0 commit comments