File tree Expand file tree Collapse file tree 7 files changed +129
-17
lines changed Expand file tree Collapse file tree 7 files changed +129
-17
lines changed Original file line number Diff line number Diff line change @@ -2,16 +2,8 @@ import type { Chain } from "../src/types";
2
2
export default {
3
3
"chain" : "gETH" ,
4
4
"chainId" : 1582 ,
5
- "explorers" : [
6
- {
7
- "name" : "Bubs Testnet Explorer" ,
8
- "url" : "https://explorer.bubstestnet.com" ,
9
- "standard" : "EIP3091"
10
- }
11
- ] ,
12
- "faucets" : [
13
- "https://bubstestnet.com"
14
- ] ,
5
+ "explorers" : [ ] ,
6
+ "faucets" : [ ] ,
15
7
"features" : [ ] ,
16
8
"icon" : {
17
9
"url" : "ipfs://bafybeibfpls2ealp4e5fdeoxessfjjkldgjnrcx2erph7524pg7alskk6a/1f9cb.svg" ,
@@ -28,11 +20,9 @@ export default {
28
20
} ,
29
21
"networkId" : 1582 ,
30
22
"redFlags" : [ ] ,
31
- "rpc" : [
32
- "https://1582.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
33
- "https://bubs.calderachain.xyz/http"
34
- ] ,
23
+ "rpc" : [ ] ,
35
24
"shortName" : "Bubs" ,
36
25
"slug" : "bubs-testnet" ,
26
+ "status" : "deprecated" ,
37
27
"testnet" : true
38
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" : "Omni" ,
4
+ "chainId" : 166 ,
5
+ "explorers" : [ ] ,
6
+ "faucets" : [ ] ,
7
+ "features" : [
8
+ {
9
+ "name" : "EIP155"
10
+ }
11
+ ] ,
12
+ "infoURL" : "https://docs.omni.network/" ,
13
+ "name" : "Omni" ,
14
+ "nativeCurrency" : {
15
+ "name" : "Omni" ,
16
+ "symbol" : "OMNI" ,
17
+ "decimals" : 18
18
+ } ,
19
+ "networkId" : 166 ,
20
+ "rpc" : [ ] ,
21
+ "shortName" : "omni" ,
22
+ "slip44" : 1 ,
23
+ "slug" : "omni" ,
24
+ "status" : "incubating" ,
25
+ "testnet" : false
26
+ } as const satisfies Chain ;
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export default {
26
26
"name" : "VinuChain Testnet" ,
27
27
"nativeCurrency" : {
28
28
"name" : "VinuChain" ,
29
- "symbol" : "VС " ,
29
+ "symbol" : "VC " ,
30
30
"decimals" : 18
31
31
} ,
32
32
"networkId" : 206 ,
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export default {
26
26
"name" : "VinuChain Network" ,
27
27
"nativeCurrency" : {
28
28
"name" : "VinuChain" ,
29
- "symbol" : "VС " ,
29
+ "symbol" : "VC " ,
30
30
"decimals" : 18
31
31
} ,
32
32
"networkId" : 207 ,
Original file line number Diff line number Diff line change
1
+ import type { Chain } from "../src/types" ;
2
+ export default {
3
+ "chain" : "Optimism" ,
4
+ "chainId" : 2125031 ,
5
+ "explorers" : [
6
+ {
7
+ "name" : "Bubs Sepolia Explorer" ,
8
+ "url" : "https://bubs-sepolia.explorer.caldera.xyz/" ,
9
+ "standard" : "EIP1559" ,
10
+ "icon" : {
11
+ "url" : "https://raw.githubusercontent.com/twitter/twemoji/d94f4cf793e6d5ca592aa00f58a88f6a4229ad43/assets/svg/1f9cb.svg" ,
12
+ "width" : 512 ,
13
+ "height" : 512 ,
14
+ "format" : "svg"
15
+ }
16
+ }
17
+ ] ,
18
+ "faucets" : [
19
+ "https://bubs-sepolia.hub.caldera.xyz/"
20
+ ] ,
21
+ "features" : [ ] ,
22
+ "icon" : {
23
+ "url" : "https://raw.githubusercontent.com/twitter/twemoji/d94f4cf793e6d5ca592aa00f58a88f6a4229ad43/assets/svg/1f9cb.svg" ,
24
+ "width" : 512 ,
25
+ "height" : 512 ,
26
+ "format" : "svg"
27
+ } ,
28
+ "infoURL" : "https://bubs-sepolia.hub.caldera.xyz/" ,
29
+ "name" : "Bubs Testnet" ,
30
+ "nativeCurrency" : {
31
+ "name" : "Ether" ,
32
+ "symbol" : "ETH" ,
33
+ "decimals" : 18
34
+ } ,
35
+ "networkId" : 2125031 ,
36
+ "redFlags" : [ ] ,
37
+ "rpc" : [
38
+ "https://2125031.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
39
+ "https://bubs-sepolia.rpc.caldera.xyz/http" ,
40
+ "wss://bubs-sepolia.rpc.caldera.xyz/ws"
41
+ ] ,
42
+ "shortName" : "Bubs" ,
43
+ "slug" : "bubs-testnet-bubs" ,
44
+ "testnet" : true
45
+ } 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" : "Skatechain" ,
4
+ "chainId" : 5051 ,
5
+ "explorers" : [
6
+ {
7
+ "name" : "Nollie Skate Chain Testnet Explorer" ,
8
+ "url" : "https://nolliescan.skatechain.org" ,
9
+ "standard" : "EIP3091"
10
+ }
11
+ ] ,
12
+ "faucets" : [ ] ,
13
+ "features" : [
14
+ {
15
+ "name" : "EIP155"
16
+ }
17
+ ] ,
18
+ "icon" : {
19
+ "url" : "ipfs://QmdofX1W8QFt4TSDaq2wyPvYuUba9LabgD1MYcn3Hezu8h" ,
20
+ "width" : 600 ,
21
+ "height" : 875 ,
22
+ "format" : "png"
23
+ } ,
24
+ "name" : "Nollie Skatechain Testnet" ,
25
+ "nativeCurrency" : {
26
+ "name" : "Ether" ,
27
+ "symbol" : "ETH" ,
28
+ "decimals" : 18
29
+ } ,
30
+ "networkId" : 5051 ,
31
+ "rpc" : [
32
+ "https://5051.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
33
+ "https://nollie-rpc.skatechain.org/"
34
+ ] ,
35
+ "shortName" : "nollie-testnet" ,
36
+ "slug" : "nollie-skatechain-testnet" ,
37
+ "status" : "active" ,
38
+ "testnet" : true
39
+ } 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