File tree Expand file tree Collapse file tree 15 files changed +330
-13
lines changed Expand file tree Collapse file tree 15 files changed +330
-13
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @thirdweb-dev/sdk " : patch
3
+ ---
4
+
5
+ Fix joinABI filtering
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" : 123420111 ,
5
+ "explorers" : [ ] ,
6
+ "faucets" : [ ] ,
7
+ "features" : [ ] ,
8
+ "icon" : {
9
+ "url" : "ipfs://QmQXw4QEDR4AbUwX9scH7aGhiSDhQRxu6LCQoUkgsYgGyK/Gelato%20brand%20mark.png" ,
10
+ "width" : 300 ,
11
+ "height" : 300 ,
12
+ "format" : "png"
13
+ } ,
14
+ "infoURL" : "https://raas.gelato.network/rollups/details/public/op-celestia-testnet" ,
15
+ "name" : "Gelato OP Celestia" ,
16
+ "nativeCurrency" : {
17
+ "name" : "Ether" ,
18
+ "symbol" : "ETH" ,
19
+ "decimals" : 18
20
+ } ,
21
+ "networkId" : 123420111 ,
22
+ "redFlags" : [ ] ,
23
+ "rpc" : [ ] ,
24
+ "shortName" : "opcelestia" ,
25
+ "slug" : "gelato-op-celestia" ,
26
+ "testnet" : true ,
27
+ "title" : "Gelato OP Celestia Testnet"
28
+ } as const satisfies Chain ;
Original file line number Diff line number Diff line change @@ -4,14 +4,15 @@ export default {
4
4
"chainId" : 12611 ,
5
5
"explorers" : [ ] ,
6
6
"faucets" : [ ] ,
7
+ "features" : [ ] ,
7
8
"icon" : {
8
9
"url" : "ipfs://QmRySLe3su59dE5x5JPm2b1GeZfz6DR9qUzcbp3rt4SD3A" ,
9
10
"width" : 300 ,
10
11
"height" : 300 ,
11
12
"format" : "png"
12
13
} ,
13
14
"infoURL" : "https://astar.network" ,
14
- "name" : "Astar zkEVM" ,
15
+ "name" : "Astar zkEVM (deprecated) " ,
15
16
"nativeCurrency" : {
16
17
"name" : "Ether" ,
17
18
"symbol" : "ETH" ,
@@ -23,9 +24,10 @@ export default {
23
24
"chain" : "eip155-1" ,
24
25
"bridges" : [ ]
25
26
} ,
27
+ "redFlags" : [ ] ,
26
28
"rpc" : [ ] ,
27
29
"shortName" : "astrzk" ,
28
- "slug" : "astar-zkevm" ,
30
+ "slug" : "astar-zkevm-deprecated " ,
29
31
"status" : "incubating" ,
30
32
"testnet" : false ,
31
33
"title" : "Astar zkEVM Mainnet"
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" : 23444 ,
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" : "QI M 2402272" ,
16
+ "nativeCurrency" : {
17
+ "name" : "QI M 2402272 Token" ,
18
+ "symbol" : "OVU" ,
19
+ "decimals" : 18
20
+ } ,
21
+ "networkId" : 23444 ,
22
+ "redFlags" : [ ] ,
23
+ "rpc" : [
24
+ "https://23444.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
25
+ "https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"
26
+ ] ,
27
+ "shortName" : "QI M 2402272" ,
28
+ "slug" : "qi-m-2402272" ,
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" : 24347 ,
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" : "Tnet 02-27" ,
16
+ "nativeCurrency" : {
17
+ "name" : "Tnet 02-27 Token" ,
18
+ "symbol" : "TJO" ,
19
+ "decimals" : 18
20
+ } ,
21
+ "networkId" : 24347 ,
22
+ "redFlags" : [ ] ,
23
+ "rpc" : [
24
+ "https://24347.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
25
+ "https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"
26
+ ] ,
27
+ "shortName" : "Tnet 02-27" ,
28
+ "slug" : "tnet-02-27" ,
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" : "ETH" ,
4
+ "chainId" : 3776 ,
5
+ "explorers" : [
6
+ {
7
+ "name" : "blockscout" ,
8
+ "url" : "https://astar-zkevm.explorer.startale.com/" ,
9
+ "standard" : "EIP3091"
10
+ }
11
+ ] ,
12
+ "faucets" : [ ] ,
13
+ "features" : [ ] ,
14
+ "icon" : {
15
+ "url" : "ipfs://QmRySLe3su59dE5x5JPm2b1GeZfz6DR9qUzcbp3rt4SD3A" ,
16
+ "width" : 300 ,
17
+ "height" : 300 ,
18
+ "format" : "png"
19
+ } ,
20
+ "infoURL" : "https://astar.network" ,
21
+ "name" : "Astar zkEVM" ,
22
+ "nativeCurrency" : {
23
+ "name" : "Ether" ,
24
+ "symbol" : "ETH" ,
25
+ "decimals" : 18
26
+ } ,
27
+ "networkId" : 3776 ,
28
+ "parent" : {
29
+ "type" : "L2" ,
30
+ "chain" : "eip155-1" ,
31
+ "bridges" : [
32
+ {
33
+ "url" : "https://bridge.gelato.network/bridge/astar-zkevm"
34
+ }
35
+ ]
36
+ } ,
37
+ "redFlags" : [ ] ,
38
+ "rpc" : [ ] ,
39
+ "shortName" : "astarzk" ,
40
+ "slug" : "astar-zkevm" ,
41
+ "testnet" : false ,
42
+ "title" : "Astar zkEVM Mainnet"
43
+ } as const satisfies Chain ;
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ export default {
37
37
} ,
38
38
"rpc" : [
39
39
"https://3993.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
40
- "https://exp -testnet.apexlayer.xyz"
40
+ "https://rpc -testnet.apexlayer.xyz"
41
41
] ,
42
42
"shortName" : "apexsep" ,
43
43
"slip44" : 1 ,
Original file line number Diff line number Diff line change @@ -26,13 +26,10 @@ export default {
26
26
"decimals" : 18
27
27
} ,
28
28
"networkId" : 65010001 ,
29
- "rpc" : [
30
- "https://65010001.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
31
- "https://rpc1.bakerloo.autonity.org/" ,
32
- "wss://rpc1.bakerloo.autonity.org/ws/"
33
- ] ,
29
+ "rpc" : [ ] ,
34
30
"shortName" : "bakerloo-01" ,
35
31
"slip44" : 1 ,
36
32
"slug" : "autonity-bakerloo-barada-testnet" ,
33
+ "status" : "deprecated" ,
37
34
"testnet" : true
38
35
} 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" : "AUT" ,
4
+ "chainId" : 65010002 ,
5
+ "explorers" : [
6
+ {
7
+ "name" : "autonity-blockscout" ,
8
+ "url" : "https://bakerloo.autonity.org" ,
9
+ "standard" : "EIP3091"
10
+ }
11
+ ] ,
12
+ "faucets" : [
13
+ "https://faucet.autonity.org/"
14
+ ] ,
15
+ "icon" : {
16
+ "url" : "ipfs://Qme5nxFZZoNNpiT8u9WwcBot4HyLTg2jxMxRnsbc5voQwB" ,
17
+ "width" : 1000 ,
18
+ "height" : 1000 ,
19
+ "format" : "png"
20
+ } ,
21
+ "infoURL" : "https://autonity.org/" ,
22
+ "name" : "Autonity Bakerloo (Sumida) Testnet" ,
23
+ "nativeCurrency" : {
24
+ "name" : "Bakerloo Auton" ,
25
+ "symbol" : "ATN" ,
26
+ "decimals" : 18
27
+ } ,
28
+ "networkId" : 65010002 ,
29
+ "rpc" : [
30
+ "https://65010002.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
31
+ "https://rpc1.bakerloo.autonity.org/" ,
32
+ "wss://rpc1.bakerloo.autonity.org/ws/"
33
+ ] ,
34
+ "shortName" : "bakerloo-02" ,
35
+ "slip44" : 1 ,
36
+ "slug" : "autonity-bakerloo-sumida-testnet" ,
37
+ "testnet" : true
38
+ } 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" : 88153591557 ,
5
+ "explorers" : [
6
+ {
7
+ "name" : "blockscout" ,
8
+ "url" : "https://gelato-orbit-anytrust-testnet.blockscout.com/" ,
9
+ "standard" : "EIP3091" ,
10
+ "icon" : {
11
+ "url" : "ipfs://QmQXw4QEDR4AbUwX9scH7aGhiSDhQRxu6LCQoUkgsYgGyK/Gelato%20brand%20mark.png" ,
12
+ "width" : 300 ,
13
+ "height" : 300 ,
14
+ "format" : "png"
15
+ }
16
+ }
17
+ ] ,
18
+ "faucets" : [ ] ,
19
+ "features" : [ ] ,
20
+ "icon" : {
21
+ "url" : "ipfs://QmQXw4QEDR4AbUwX9scH7aGhiSDhQRxu6LCQoUkgsYgGyK/Gelato%20brand%20mark.png" ,
22
+ "width" : 300 ,
23
+ "height" : 300 ,
24
+ "format" : "png"
25
+ } ,
26
+ "infoURL" : "https://raas.gelato.network/rollups/details/public/gelato-orbit-anytrust-testnet" ,
27
+ "name" : "Gelato Orbit Anytrust" ,
28
+ "nativeCurrency" : {
29
+ "name" : "Ether" ,
30
+ "symbol" : "ETH" ,
31
+ "decimals" : 18
32
+ } ,
33
+ "networkId" : 88153591557 ,
34
+ "redFlags" : [ ] ,
35
+ "rpc" : [
36
+ "https://88153591557.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
37
+ "https://rpc.gelato-orbit-anytrust-testnet.gelato.digital"
38
+ ] ,
39
+ "shortName" : "orbitanytrust" ,
40
+ "slug" : "gelato-orbit-anytrust" ,
41
+ "testnet" : true ,
42
+ "title" : "Gelato Orbit Anytrust Testnet"
43
+ } as const satisfies Chain ;
You can’t perform that action at this time.
0 commit comments