File tree Expand file tree Collapse file tree 4 files changed +88
-1
lines changed Expand file tree Collapse file tree 4 files changed +88
-1
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" : "Avalanche" ,
4
+ "chainId" : 51435 ,
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" : "QR0410s1d Testnet" ,
16
+ "nativeCurrency" : {
17
+ "name" : "QR0410s1d Testnet Token" ,
18
+ "symbol" : "CWV" ,
19
+ "decimals" : 18
20
+ } ,
21
+ "networkId" : 51435 ,
22
+ "redFlags" : [ ] ,
23
+ "rpc" : [
24
+ "https://51435.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
25
+ "https://subnets.avax.network/qr0410s1d/testnet/rpc"
26
+ ] ,
27
+ "shortName" : "QR0410s1d Testnet" ,
28
+ "slug" : "qr0410s1d-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" : "ETH" ,
4
+ "chainId" : 90354 ,
5
+ "ens" : {
6
+ "registry" : "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e"
7
+ } ,
8
+ "explorers" : [
9
+ {
10
+ "name" : "Block Explorer" ,
11
+ "url" : "https://explorerl2new-camp-network-4xje7wy105.t.conduit.xyz" ,
12
+ "standard" : "EIP3091" ,
13
+ "icon" : {
14
+ "url" : "ipfs://QmYtUimyqHkkFxYdbXXRbUqNg2VLPUg6Uu2C2nmFWowiZM" ,
15
+ "width" : 83 ,
16
+ "height" : 82 ,
17
+ "format" : "svg"
18
+ }
19
+ }
20
+ ] ,
21
+ "faucets" : [ ] ,
22
+ "features" : [ ] ,
23
+ "icon" : {
24
+ "url" : "ipfs://QmYtUimyqHkkFxYdbXXRbUqNg2VLPUg6Uu2C2nmFWowiZM" ,
25
+ "width" : 551 ,
26
+ "height" : 540 ,
27
+ "format" : "png"
28
+ } ,
29
+ "name" : "Camp Network" ,
30
+ "nativeCurrency" : {
31
+ "name" : "Ether" ,
32
+ "symbol" : "ETH" ,
33
+ "decimals" : 18
34
+ } ,
35
+ "networkId" : 90354 ,
36
+ "redFlags" : [ ] ,
37
+ "rpc" : [
38
+ "https://90354.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
39
+ "https://rpc-camp-network-4xje7wy105.t.conduit.xyz/"
40
+ ] ,
41
+ "shortName" : "campaign-l2" ,
42
+ "slug" : "camp-network" ,
43
+ "testnet" : false
44
+ } as const satisfies Chain ;
You can’t perform that action at this time.
0 commit comments