File tree Expand file tree Collapse file tree 6 files changed +86
-25
lines changed Expand file tree Collapse file tree 6 files changed +86
-25
lines changed 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" : 1135 ,
5
+ "explorers" : [
6
+ {
7
+ "name" : "blockscout" ,
8
+ "url" : "https://blockscout.lisk.com" ,
9
+ "standard" : "EIP3091" ,
10
+ "icon" : {
11
+ "url" : "ipfs://QmYtUimyqHkkFxYdbXXRbUqNg2VLPUg6Uu2C2nmFWowiZM" ,
12
+ "width" : 551 ,
13
+ "height" : 540 ,
14
+ "format" : "png"
15
+ }
16
+ }
17
+ ] ,
18
+ "faucets" : [ ] ,
19
+ "infoURL" : "https://lisk.com" ,
20
+ "name" : "Lisk" ,
21
+ "nativeCurrency" : {
22
+ "name" : "Ether" ,
23
+ "symbol" : "ETH" ,
24
+ "decimals" : 18
25
+ } ,
26
+ "networkId" : 1135 ,
27
+ "rpc" : [
28
+ "https://1135.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
29
+ "https://rpc.api.lisk.com"
30
+ ] ,
31
+ "shortName" : "lisk" ,
32
+ "slip44" : 134 ,
33
+ "slug" : "lisk" ,
34
+ "testnet" : false
35
+ } as const satisfies Chain ;
Original file line number Diff line number Diff line change @@ -12,12 +12,6 @@ export default {
12
12
"faucets" : [
13
13
"https://faucet.brcchain.io"
14
14
] ,
15
- "icon" : {
16
- "url" : "ipfs://QmX8qGX7xoZqYUpHxA85uZwQX2fgbTHvmddE1NfseDyBED" ,
17
- "width" : 512 ,
18
- "height" : 512 ,
19
- "format" : "png"
20
- } ,
21
15
"infoURL" : "https://bridge.brcchain.io" ,
22
16
"name" : "BRC Chain Mainnet" ,
23
17
"nativeCurrency" : {
Original file line number Diff line number Diff line change @@ -25,18 +25,20 @@ export default {
25
25
"format" : "png"
26
26
} ,
27
27
"infoURL" : "https://atleta.network" ,
28
- "name" : "Atleta Testnet " ,
28
+ "name" : "Atleta Olympia " ,
29
29
"nativeCurrency" : {
30
30
"name" : "Atla" ,
31
31
"symbol" : "ATLA" ,
32
32
"decimals" : 18
33
33
} ,
34
34
"networkId" : 2340 ,
35
35
"rpc" : [
36
- "wss://testnet-rpc.atleta.network:9944"
36
+ "https://2340.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
37
+ "wss://testnet-rpc.atleta.network:9944" ,
38
+ "https://testnet-rpc.atleta.network:9944"
37
39
] ,
38
40
"shortName" : "atla" ,
39
41
"slip44" : 1 ,
40
- "slug" : "atleta-testnet " ,
42
+ "slug" : "atleta-olympia " ,
41
43
"testnet" : true
42
44
} as const satisfies Chain ;
Original file line number Diff line number Diff line change @@ -6,22 +6,10 @@ export default {
6
6
{
7
7
"name" : "DSC Scan" ,
8
8
"url" : "https://explore.doken.dev" ,
9
- "standard" : "EIP3091" ,
10
- "icon" : {
11
- "url" : "ipfs://bafkreifms4eio6v56oyeemnnu5luq3sc44hptan225lr45itgzu3u372iu" ,
12
- "width" : 200 ,
13
- "height" : 200 ,
14
- "format" : "png"
15
- }
9
+ "standard" : "EIP3091"
16
10
}
17
11
] ,
18
12
"faucets" : [ ] ,
19
- "icon" : {
20
- "url" : "ipfs://bafkreifms4eio6v56oyeemnnu5luq3sc44hptan225lr45itgzu3u372iu" ,
21
- "width" : 200 ,
22
- "height" : 200 ,
23
- "format" : "png"
24
- } ,
25
13
"infoURL" : "https://doken.dev/" ,
26
14
"name" : "DoKEN Super Chain Mainnet" ,
27
15
"nativeCurrency" : {
Original file line number Diff line number Diff line change
1
+ import type { Chain } from "../src/types" ;
2
+ export default {
3
+ "chain" : "EthXY" ,
4
+ "chainId" : 979 ,
5
+ "explorers" : [
6
+ {
7
+ "name" : "EthXY Testnet Network Explorer" ,
8
+ "url" : "https://explorer.testnet.ethxy.com" ,
9
+ "standard" : "EIP3091"
10
+ }
11
+ ] ,
12
+ "faucets" : [ ] ,
13
+ "icon" : {
14
+ "url" : "ipfs://bafkreihq3b3cqbg2ttlp4dfbgmirrwdw6bbpmmbr5wolddd2izbyqay4xq" ,
15
+ "width" : 480 ,
16
+ "height" : 480 ,
17
+ "format" : "png"
18
+ } ,
19
+ "infoURL" : "https://ethxy.com" ,
20
+ "name" : "EthXY Testnet" ,
21
+ "nativeCurrency" : {
22
+ "name" : "Settled EthXY Token" ,
23
+ "symbol" : "SEXY" ,
24
+ "decimals" : 18
25
+ } ,
26
+ "networkId" : 979 ,
27
+ "rpc" : [
28
+ "https://979.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
29
+ "https://rpc.testnet.ethxy.com"
30
+ ] ,
31
+ "shortName" : "sexyTestnet" ,
32
+ "slug" : "ethxy-testnet" ,
33
+ "testnet" : true
34
+ } as const satisfies Chain ;
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments