Skip to content

Commit d47e0a4

Browse files
authored
Merge branch 'main' into mnn/no-const-enum
2 parents ec8b310 + a11f27b commit d47e0a4

27 files changed

+521
-78
lines changed

packages/chains/chains/114.ts

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,31 @@ export default {
77
"name": "blockscout",
88
"url": "https://coston2-explorer.flare.network",
99
"standard": "EIP3091"
10+
},
11+
{
12+
"name": "flarescan",
13+
"url": "https://coston2.testnet.flarescan.com",
14+
"standard": "EIP3091"
1015
}
1116
],
1217
"faucets": [
13-
"https://coston2-faucet.towolabs.com"
18+
"https://faucet.flare.network"
19+
],
20+
"features": [
21+
{
22+
"name": "EIP155"
23+
},
24+
{
25+
"name": "EIP1559"
26+
}
1427
],
1528
"icon": {
16-
"url": "ipfs://QmZhAYyazEBZSHWNQb9uCkNPq2MNTLoW3mjwiD3955hUjw",
17-
"width": 382,
18-
"height": 382,
29+
"url": "ipfs://QmSmXY36oXCLmTp1u3Z2MSrBstBFVFyQv3aGKLKf1hxB6u",
30+
"width": 500,
31+
"height": 500,
1932
"format": "png"
2033
},
21-
"infoURL": "https://flare.xyz",
34+
"infoURL": "https://flare.network",
2235
"name": "Flare Testnet Coston2",
2336
"nativeCurrency": {
2437
"name": "Coston2 Flare",
@@ -28,7 +41,9 @@ export default {
2841
"networkId": 114,
2942
"rpc": [
3043
"https://114.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
31-
"https://coston2-api.flare.network/ext/bc/C/rpc"
44+
"https://coston2-api.flare.network/ext/C/rpc",
45+
"https://flaretestnet-bundler.etherspot.io",
46+
"https://coston2.enosys.global/ext/C/rpc"
3247
],
3348
"shortName": "c2flr",
3449
"slip44": 1,

packages/chains/chains/14.ts

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,23 @@ export default {
1010
},
1111
{
1212
"name": "flarescan",
13-
"url": "https://flarescan.com",
13+
"url": "https://mainnet.flarescan.com",
1414
"standard": "EIP3091"
1515
}
1616
],
1717
"faucets": [],
18+
"features": [
19+
{
20+
"name": "EIP155"
21+
},
22+
{
23+
"name": "EIP1559"
24+
}
25+
],
1826
"icon": {
19-
"url": "ipfs://QmevAevHxRkK2zVct2Eu6Y7s38YC4SmiAiw9X7473pVtmL",
20-
"width": 382,
21-
"height": 382,
27+
"url": "ipfs://QmbT52cCx4h1rcz6nXGfUPFdRyw1VfFMU8kKpY7YCtvUjs",
28+
"width": 500,
29+
"height": 500,
2230
"format": "png"
2331
},
2432
"infoURL": "https://flare.network",
@@ -32,8 +40,11 @@ export default {
3240
"rpc": [
3341
"https://14.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
3442
"https://flare-api.flare.network/ext/C/rpc",
35-
"https://flare.public-rpc.com",
36-
"https://rpc.ftso.au/flare"
43+
"https://flare-bundler.etherspot.io",
44+
"https://rpc.ankr.com/flare",
45+
"https://rpc.ftso.au/flare",
46+
"https://flare.enosys.global/ext/C/rpc",
47+
"https://flare.solidifi.app/ext/C/rpc"
3748
],
3849
"shortName": "flr",
3950
"slug": "flare",

packages/chains/chains/16.ts

Lines changed: 24 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,38 @@
11
import type { Chain } from "../src/types";
22
export default {
3-
"chain": "FLR",
3+
"chain": "SGB",
44
"chainId": 16,
55
"explorers": [
66
{
77
"name": "blockscout",
88
"url": "https://coston-explorer.flare.network",
99
"standard": "EIP3091"
10+
},
11+
{
12+
"name": "flarescan",
13+
"url": "https://coston.testnet.flarescan.com",
14+
"standard": "EIP3091"
1015
}
1116
],
1217
"faucets": [
13-
"https://faucet.towolabs.com",
14-
"https://fauceth.komputing.org?chain=16&address=${ADDRESS}"
18+
"https://faucet.flare.network"
19+
],
20+
"features": [
21+
{
22+
"name": "EIP155"
23+
},
24+
{
25+
"name": "EIP1559"
26+
}
1527
],
1628
"icon": {
17-
"url": "ipfs://QmW7Ljv2eLQ1poRrhJBaVWJBF1TyfZ8QYxDeELRo6sssrj",
18-
"width": 382,
19-
"height": 382,
29+
"url": "ipfs://QmV5PVhxaT3ePRHYsH3aryEHin2c49W18xW3Xg4o171iYE",
30+
"width": 500,
31+
"height": 500,
2032
"format": "png"
2133
},
22-
"infoURL": "https://flare.xyz",
23-
"name": "Flare Testnet Coston",
34+
"infoURL": "https://flare.network",
35+
"name": "Songbird Testnet Coston",
2436
"nativeCurrency": {
2537
"name": "Coston Flare",
2638
"symbol": "CFLR",
@@ -29,9 +41,11 @@ export default {
2941
"networkId": 16,
3042
"rpc": [
3143
"https://16.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
32-
"https://coston-api.flare.network/ext/bc/C/rpc"
44+
"https://coston-api.flare.network/ext/C/rpc",
45+
"https://coston.enosys.global/ext/C/rpc"
3346
],
3447
"shortName": "cflr",
35-
"slug": "flare-testnet-coston",
48+
"slip44": 1,
49+
"slug": "songbird-testnet-coston",
3650
"testnet": true
3751
} as const satisfies Chain;

packages/chains/chains/1875.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ export default {
44
"chainId": 1875,
55
"explorers": [
66
{
7-
"name": "wb-explorer",
8-
"url": "https://explorer.whitebit.network",
7+
"name": "whitechain-explorer",
8+
"url": "https://explorer.whitechain.io",
99
"standard": "EIP3091"
1010
}
1111
],
1212
"faucets": [],
1313
"icon": {
14-
"url": "ipfs://Qmbi6cqsQyDjkQSoxbNTTUy8WGyVEFqCtATX2aF4KLmCcZ",
14+
"url": "ipfs://QmNeELax6vjkR9WZVmtggk8cam9xHVABZ4WvQyqkGCJ5qf",
1515
"width": 512,
1616
"height": 512,
1717
"format": "png"
1818
},
19-
"infoURL": "https://whitebit.network",
20-
"name": "WhiteBIT Network",
19+
"infoURL": "https://whitechain.io",
20+
"name": "Whitechain",
2121
"nativeCurrency": {
2222
"name": "WhiteBIT Coin",
2323
"symbol": "WBT",
@@ -26,9 +26,9 @@ export default {
2626
"networkId": 1875,
2727
"rpc": [
2828
"https://1875.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
29-
"https://rpc.whitebit.network"
29+
"https://rpc.whitechain.io"
3030
],
3131
"shortName": "wbt",
32-
"slug": "whitebit-network",
32+
"slug": "whitechain",
3333
"testnet": false
3434
} as const satisfies Chain;

packages/chains/chains/18889.ts

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
import type { Chain } from "../src/types";
2+
export default {
3+
"chain": "Titan (TKX)",
4+
"chainId": 18889,
5+
"explorers": [
6+
{
7+
"name": "Titan Explorer",
8+
"url": "https://titan-testnet-explorer-light.tokenize-dev.com",
9+
"standard": "none",
10+
"icon": {
11+
"url": "ipfs://bafkreicyvc7t55zsejv6vwaxbmhvea5vdfkkbgqkmn65rhyyifpg3mq3ua",
12+
"width": 512,
13+
"height": 512,
14+
"format": "png"
15+
}
16+
}
17+
],
18+
"faucets": [],
19+
"icon": {
20+
"url": "ipfs://bafkreicyvc7t55zsejv6vwaxbmhvea5vdfkkbgqkmn65rhyyifpg3mq3ua",
21+
"width": 512,
22+
"height": 512,
23+
"format": "png"
24+
},
25+
"infoURL": "https://tokenize.exchange",
26+
"name": "Titan (TKX) Testnet",
27+
"nativeCurrency": {
28+
"name": "Titan tkx",
29+
"symbol": "TKX",
30+
"decimals": 18
31+
},
32+
"networkId": 18889,
33+
"rpc": [
34+
"https://18889.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
35+
"https://titan-testnet-json-rpc-1.tokenize-dev.com",
36+
"https://titan-testnet-json-rpc-2.tokenize-dev.com"
37+
],
38+
"shortName": "titan_tkx-testnet",
39+
"slip44": 1,
40+
"slug": "titan-tkx-testnet",
41+
"testnet": true
42+
} as const satisfies Chain;

packages/chains/chains/19.ts

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,29 @@ export default {
77
"name": "blockscout",
88
"url": "https://songbird-explorer.flare.network",
99
"standard": "EIP3091"
10+
},
11+
{
12+
"name": "flarescan",
13+
"url": "https://songbird.flarescan.com",
14+
"standard": "EIP3091"
1015
}
1116
],
1217
"faucets": [],
18+
"features": [
19+
{
20+
"name": "EIP155"
21+
},
22+
{
23+
"name": "EIP1559"
24+
}
25+
],
1326
"icon": {
14-
"url": "ipfs://QmXyvnrZY8FUxSULfnKKA99sAEkjAHtvhRx5WeHixgaEdu",
15-
"width": 382,
16-
"height": 382,
27+
"url": "ipfs://QmdpaH9pEFDXB4tUPxcqAHfB3Sfx3BQufz6EAzBWhHH6Ka",
28+
"width": 500,
29+
"height": 500,
1730
"format": "png"
1831
},
19-
"infoURL": "https://flare.xyz",
32+
"infoURL": "https://flare.network",
2033
"name": "Songbird Canary-Network",
2134
"nativeCurrency": {
2235
"name": "Songbird",
@@ -27,10 +40,9 @@ export default {
2740
"rpc": [
2841
"https://19.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
2942
"https://songbird-api.flare.network/ext/C/rpc",
30-
"https://sgb.ftso.com.au/ext/bc/C/rpc",
31-
"https://sgb.lightft.so/rpc",
32-
"https://sgb-rpc.ftso.eu",
33-
"https://rpc.ftso.au/songbird"
43+
"https://rpc.ftso.au/songbird",
44+
"https://songbird.enosys.global/ext/C/rpc",
45+
"https://songbird.solidifi.app/ext/C/rpc"
3446
],
3547
"shortName": "sgb",
3648
"slug": "songbird-canary-network",

packages/chains/chains/19224.ts

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
import type { Chain } from "../src/types";
2+
export default {
3+
"chain": "DCSM",
4+
"chainId": 19224,
5+
"explorers": [
6+
{
7+
"name": "Decentraconnect Social",
8+
"url": "https://decentraconnect.io",
9+
"standard": "EIP3091"
10+
}
11+
],
12+
"faucets": [],
13+
"icon": {
14+
"url": "ipfs://QmatvJXLgMthjXwydGBVFRtga9fZXJ3qFEVJ6cMRxniFUc",
15+
"width": 307,
16+
"height": 314,
17+
"format": "png"
18+
},
19+
"infoURL": "https://docs.decentraconnect.io",
20+
"name": "Decentraconnect Social",
21+
"nativeCurrency": {
22+
"name": "Decentraconnect Social",
23+
"symbol": "DCSM",
24+
"decimals": 18
25+
},
26+
"networkId": 19224,
27+
"rpc": [
28+
"https://19224.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
29+
"https://rpc.decentraconnect.io"
30+
],
31+
"shortName": "DCSMs",
32+
"slug": "decentraconnect-social",
33+
"testnet": false
34+
} as const satisfies Chain;

packages/chains/chains/200810.ts

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
import type { Chain } from "../src/types";
2+
export default {
3+
"chain": "Bitlayer",
4+
"chainId": 200810,
5+
"explorers": [
6+
{
7+
"name": "bitlayer testnet scan",
8+
"url": "https://testnet-scan.bitlayer.org",
9+
"standard": "none"
10+
}
11+
],
12+
"faucets": [
13+
"https://www.bitlayer.org/faucet"
14+
],
15+
"icon": {
16+
"url": "ipfs://QmdWZ1frB47fr3tw31xE68C2Vocaw5Ef53LQ5WDNdNnNyG",
17+
"width": 4500,
18+
"height": 4500,
19+
"format": "jpg"
20+
},
21+
"infoURL": "https://docs.bitlayer.org/",
22+
"name": "Bitlayer Testnet",
23+
"nativeCurrency": {
24+
"name": "BTC",
25+
"symbol": "BTC",
26+
"decimals": 18
27+
},
28+
"networkId": 200810,
29+
"rpc": [
30+
"https://200810.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
31+
"https://testnet-rpc.bitlayer.org",
32+
"wss://testnet-ws.bitlayer.org"
33+
],
34+
"shortName": "Bitlayer",
35+
"slip44": 1,
36+
"slug": "bitlayer-testnet",
37+
"testnet": true
38+
} as const satisfies Chain;

packages/chains/chains/22886.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ export default {
2525
"https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"
2626
],
2727
"shortName": "Will's Testnet",
28-
"slug": "will-s-testnet",
28+
"slug": "will-s-testnet-will's testnet",
2929
"testnet": true
3030
} as const satisfies Chain;

packages/chains/chains/2410.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ export default {
1919
"infoURL": "https://karak.network",
2020
"name": "Karak Mainnet",
2121
"nativeCurrency": {
22-
"name": "Karak",
23-
"symbol": "KRK",
22+
"name": "Ether",
23+
"symbol": "ETH",
2424
"decimals": 18
2525
},
2626
"networkId": 2410,

0 commit comments

Comments
 (0)