File tree Expand file tree Collapse file tree 9 files changed +271
-4
lines changed Expand file tree Collapse file tree 9 files changed +271
-4
lines changed 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" : 11881 ,
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" : "QaUser2353 Testnet" ,
16
+ "nativeCurrency" : {
17
+ "name" : "QaUser2353 Testnet Token" ,
18
+ "symbol" : "ODB" ,
19
+ "decimals" : 18
20
+ } ,
21
+ "networkId" : 11881 ,
22
+ "redFlags" : [ ] ,
23
+ "rpc" : [
24
+ "https://11881.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
25
+ "https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"
26
+ ] ,
27
+ "shortName" : "QaUser2353 Testnet" ,
28
+ "slug" : "qauser2353-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" : "B2" ,
4
+ "chainId" : 213 ,
5
+ "explorers" : [
6
+ {
7
+ "name" : "B2 Hub Mainnet Explorer" ,
8
+ "url" : "https://hub-explorer.bsquared.network" ,
9
+ "standard" : "EIP3091" ,
10
+ "icon" : {
11
+ "url" : "ipfs://QmPV6ASrQDEkEW3g3ni7p2rJMPeciRLpEpvrAc1QfzVkx9" ,
12
+ "width" : 640 ,
13
+ "height" : 640 ,
14
+ "format" : "png"
15
+ }
16
+ }
17
+ ] ,
18
+ "faucets" : [ ] ,
19
+ "icon" : {
20
+ "url" : "ipfs://QmPV6ASrQDEkEW3g3ni7p2rJMPeciRLpEpvrAc1QfzVkx9" ,
21
+ "width" : 640 ,
22
+ "height" : 640 ,
23
+ "format" : "png"
24
+ } ,
25
+ "infoURL" : "https://www.bsquared.network" ,
26
+ "name" : "B2 Hub Mainnet" ,
27
+ "nativeCurrency" : {
28
+ "name" : "BSquared Token" ,
29
+ "symbol" : "B2" ,
30
+ "decimals" : 18
31
+ } ,
32
+ "networkId" : 213 ,
33
+ "rpc" : [
34
+ "https://213.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
35
+ "https://hub-rpc.bsquared.network"
36
+ ] ,
37
+ "shortName" : "B2Hub-mainnet" ,
38
+ "slug" : "b2-hub" ,
39
+ "testnet" : false
40
+ } 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" : "BIGSB Testnet" ,
4
+ "chainId" : 2136 ,
5
+ "explorers" : [
6
+ {
7
+ "name" : "Polkadot.js" ,
8
+ "url" : "https://polkadot.js.org/apps/?rpc=wss://test-market.bigsb.network#/explorer" ,
9
+ "standard" : "none"
10
+ }
11
+ ] ,
12
+ "faucets" : [ ] ,
13
+ "infoURL" : "https://bigshortbets.com/" ,
14
+ "name" : "BigShortBets Testnet" ,
15
+ "nativeCurrency" : {
16
+ "name" : "Dolarz" ,
17
+ "symbol" : "Dolarz" ,
18
+ "decimals" : 18
19
+ } ,
20
+ "networkId" : 2136 ,
21
+ "rpc" : [
22
+ "https://2136.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
23
+ "https://test-market.bigsb.io" ,
24
+ "wss://test-market.bigsb.io"
25
+ ] ,
26
+ "shortName" : "bigsb_testnet" ,
27
+ "slug" : "bigshortbets-testnet" ,
28
+ "testnet" : true
29
+ } 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" : "B2" ,
4
+ "chainId" : 223 ,
5
+ "explorers" : [
6
+ {
7
+ "name" : "blockscout" ,
8
+ "url" : "https://explorer.bsquared.network" ,
9
+ "standard" : "EIP3091" ,
10
+ "icon" : {
11
+ "url" : "ipfs://QmPV6ASrQDEkEW3g3ni7p2rJMPeciRLpEpvrAc1QfzVkx9" ,
12
+ "width" : 640 ,
13
+ "height" : 640 ,
14
+ "format" : "png"
15
+ }
16
+ }
17
+ ] ,
18
+ "faucets" : [ ] ,
19
+ "icon" : {
20
+ "url" : "ipfs://QmPV6ASrQDEkEW3g3ni7p2rJMPeciRLpEpvrAc1QfzVkx9" ,
21
+ "width" : 640 ,
22
+ "height" : 640 ,
23
+ "format" : "png"
24
+ } ,
25
+ "infoURL" : "https://www.bsquared.network" ,
26
+ "name" : "B2 Mainnet" ,
27
+ "nativeCurrency" : {
28
+ "name" : "Bitcoin" ,
29
+ "symbol" : "BTC" ,
30
+ "decimals" : 18
31
+ } ,
32
+ "networkId" : 223 ,
33
+ "parent" : {
34
+ "type" : "L2" ,
35
+ "chain" : "eip155-213" ,
36
+ "bridges" : [
37
+ {
38
+ "url" : "https://www.bsquared.network/bridge"
39
+ }
40
+ ]
41
+ } ,
42
+ "rpc" : [
43
+ "https://223.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
44
+ "https://rpc.bsquared.network" ,
45
+ "https://b2-mainnet.alt.technology"
46
+ ] ,
47
+ "shortName" : "B2-mainnet" ,
48
+ "slug" : "b2" ,
49
+ "testnet" : false ,
50
+ "title" : "B2 Mainnet"
51
+ } as const satisfies Chain ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export default {
5
5
"explorers" : [
6
6
{
7
7
"name" : "Atleta Testnet Explorer" ,
8
- "url" : "http ://185.234.69.18/?rpc=wss%3A%2F%2Fatleta-testnet-rpc.quark.blue%3A9944 #/explorer" ,
8
+ "url" : "https ://polkadot-explorer.atleta.network/ #/explorer" ,
9
9
"standard" : "none" ,
10
10
"icon" : {
11
11
"url" : "ipfs://QmV2JVr4FCcb6aRiUoA3wS5erLoxtLBLonQ1Nvz8fNuEcR" ,
@@ -33,8 +33,7 @@ export default {
33
33
} ,
34
34
"networkId" : 2340 ,
35
35
"rpc" : [
36
- "https://2340.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
37
- "https://atleta-testnet-rpc.quark.blue:9944"
36
+ "wss://testnet-rpc.atleta.network:9944"
38
37
] ,
39
38
"shortName" : "atla" ,
40
39
"slip44" : 1 ,
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" : 48795 ,
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" : "Space" ,
16
+ "nativeCurrency" : {
17
+ "name" : "Space Token" ,
18
+ "symbol" : "FUEL" ,
19
+ "decimals" : 18
20
+ } ,
21
+ "networkId" : 48795 ,
22
+ "redFlags" : [ ] ,
23
+ "rpc" : [
24
+ "https://48795.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
25
+ "https://subnets.avax.network/space/testnet/rpc"
26
+ ] ,
27
+ "shortName" : "Space" ,
28
+ "slug" : "space" ,
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" : "Photon" ,
4
+ "chainId" : 54555 ,
5
+ "explorers" : [
6
+ {
7
+ "name" : "photon_testnet_explorer" ,
8
+ "url" : "https://testnet.photonchain.io" ,
9
+ "standard" : "none"
10
+ }
11
+ ] ,
12
+ "faucets" : [
13
+ "https://photonchain.io/airdrop"
14
+ ] ,
15
+ "infoURL" : "https://photonchain.io" ,
16
+ "name" : "Photon Testnet" ,
17
+ "nativeCurrency" : {
18
+ "name" : "Photon" ,
19
+ "symbol" : "PTON" ,
20
+ "decimals" : 18
21
+ } ,
22
+ "networkId" : 54555 ,
23
+ "rpc" : [
24
+ "https://54555.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
25
+ "https://rpc-test.photonchain.io"
26
+ ] ,
27
+ "shortName" : "pton" ,
28
+ "slug" : "photon-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" : 68688 ,
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" : "Haku Chain Testnet" ,
16
+ "nativeCurrency" : {
17
+ "name" : "Haku Chain Testnet Token" ,
18
+ "symbol" : "HAKU" ,
19
+ "decimals" : 18
20
+ } ,
21
+ "networkId" : 68688 ,
22
+ "redFlags" : [ ] ,
23
+ "rpc" : [
24
+ "https://68688.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
25
+ "https://subnets.avax.network/hakuchain/testnet/rpc"
26
+ ] ,
27
+ "shortName" : "Haku Chain Testnet" ,
28
+ "slug" : "haku-chain-testnet" ,
29
+ "testnet" : true
30
+ } 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