File tree Expand file tree Collapse file tree 9 files changed +217
-2
lines changed Expand file tree Collapse file tree 9 files changed +217
-2
lines changed Original file line number Diff line number Diff line change @@ -30,5 +30,5 @@ export default {
30
30
"shortName" : "Baobab" ,
31
31
"slip44" : 1 ,
32
32
"slug" : "klaytn-testnet-baobab" ,
33
- "testnet" : true
33
+ "testnet" : false
34
34
} 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" : "MTC" ,
4
+ "chainId" : 1453 ,
5
+ "explorers" : [
6
+ {
7
+ "name" : "MetaExplorer" ,
8
+ "url" : "https://istanbul-explorer.metachain.dev" ,
9
+ "standard" : "EIP3091"
10
+ }
11
+ ] ,
12
+ "faucets" : [
13
+ "https://istanbul-faucet.metachain.dev"
14
+ ] ,
15
+ "icon" : {
16
+ "url" : "ipfs://QmUH2Ph2hW4upvevEAGCaSo7nd8nthqMx5RrHcrnNZ9Y3g" ,
17
+ "width" : 512 ,
18
+ "height" : 512 ,
19
+ "format" : "svg"
20
+ } ,
21
+ "infoURL" : "https://metatime.com/en" ,
22
+ "name" : "MetaChain Istanbul" ,
23
+ "nativeCurrency" : {
24
+ "name" : "Metatime Coin" ,
25
+ "symbol" : "MTC" ,
26
+ "decimals" : 18
27
+ } ,
28
+ "networkId" : 1453 ,
29
+ "rpc" : [
30
+ "https://1453.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
31
+ "https://istanbul-rpc.metachain.dev"
32
+ ] ,
33
+ "shortName" : "metatimeistanbul" ,
34
+ "slip44" : 1453 ,
35
+ "slug" : "metachain-istanbul" ,
36
+ "testnet" : true ,
37
+ "title" : "MetaChain Testnet Istanbul"
38
+ } as const satisfies Chain ;
Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ export default {
13
13
"features" : [
14
14
{
15
15
"name" : "EIP155"
16
+ } ,
17
+ {
18
+ "name" : "EIP1559"
16
19
}
17
20
] ,
18
21
"icon" : {
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" : 5810 ,
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" : "Reg Tnet" ,
16
+ "nativeCurrency" : {
17
+ "name" : "Reg Tnet Token" ,
18
+ "symbol" : "LUG" ,
19
+ "decimals" : 18
20
+ } ,
21
+ "networkId" : 5810 ,
22
+ "redFlags" : [ ] ,
23
+ "rpc" : [
24
+ "https://5810.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
25
+ "https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"
26
+ ] ,
27
+ "shortName" : "Reg Tnet" ,
28
+ "slug" : "reg-tnet" ,
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" : 91132 ,
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" : "New Will's Testnet" ,
16
+ "nativeCurrency" : {
17
+ "name" : "New Will's Testnet Token" ,
18
+ "symbol" : "MBM" ,
19
+ "decimals" : 18
20
+ } ,
21
+ "networkId" : 91132 ,
22
+ "redFlags" : [ ] ,
23
+ "rpc" : [
24
+ "https://91132.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
25
+ "https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"
26
+ ] ,
27
+ "shortName" : "New Will's Testnet" ,
28
+ "slug" : "new-will-s-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" : 929038 ,
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" : "QR0215Y1MP" ,
16
+ "nativeCurrency" : {
17
+ "name" : "QR0215Y1MP Token" ,
18
+ "symbol" : "QAT" ,
19
+ "decimals" : 18
20
+ } ,
21
+ "networkId" : 929038 ,
22
+ "redFlags" : [ ] ,
23
+ "rpc" : [
24
+ "https://929038.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
25
+ "https://subnets.avax.network/qr0215y1mp/mainnet/rpc"
26
+ ] ,
27
+ "shortName" : "QR0215Y1MP" ,
28
+ "slug" : "qr0215y1mp" ,
29
+ "testnet" : false
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" : 93625 ,
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" : "QI0222I2" ,
16
+ "nativeCurrency" : {
17
+ "name" : "QI0222I2 Token" ,
18
+ "symbol" : "INK" ,
19
+ "decimals" : 18
20
+ } ,
21
+ "networkId" : 93625 ,
22
+ "redFlags" : [ ] ,
23
+ "rpc" : [
24
+ "https://93625.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
25
+ "https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"
26
+ ] ,
27
+ "shortName" : "QI0222I2" ,
28
+ "slug" : "qi0222i2" ,
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" : 99132 ,
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" : "QI0222I1" ,
16
+ "nativeCurrency" : {
17
+ "name" : "QI0222I1 Token" ,
18
+ "symbol" : "ZKUx" ,
19
+ "decimals" : 18
20
+ } ,
21
+ "networkId" : 99132 ,
22
+ "redFlags" : [ ] ,
23
+ "rpc" : [
24
+ "https://99132.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
25
+ "https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"
26
+ ] ,
27
+ "shortName" : "QI0222I1" ,
28
+ "slug" : "qi0222i1" ,
29
+ "testnet" : true
30
+ } as const satisfies Chain ;
You can’t perform that action at this time.
0 commit comments