Skip to content

Commit 7485f6b

Browse files
chore(chains): update chains (#2918)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c280112 commit 7485f6b

File tree

6 files changed

+86
-25
lines changed

6 files changed

+86
-25
lines changed

legacy_packages/chains/chains/1135.ts

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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;

legacy_packages/chains/chains/12123.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ export default {
1212
"faucets": [
1313
"https://faucet.brcchain.io"
1414
],
15-
"icon": {
16-
"url": "ipfs://QmX8qGX7xoZqYUpHxA85uZwQX2fgbTHvmddE1NfseDyBED",
17-
"width": 512,
18-
"height": 512,
19-
"format": "png"
20-
},
2115
"infoURL": "https://bridge.brcchain.io",
2216
"name": "BRC Chain Mainnet",
2317
"nativeCurrency": {

legacy_packages/chains/chains/2340.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,20 @@ export default {
2525
"format": "png"
2626
},
2727
"infoURL": "https://atleta.network",
28-
"name": "Atleta Testnet",
28+
"name": "Atleta Olympia",
2929
"nativeCurrency": {
3030
"name": "Atla",
3131
"symbol": "ATLA",
3232
"decimals": 18
3333
},
3434
"networkId": 2340,
3535
"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"
3739
],
3840
"shortName": "atla",
3941
"slip44": 1,
40-
"slug": "atleta-testnet",
42+
"slug": "atleta-olympia",
4143
"testnet": true
4244
} as const satisfies Chain;

legacy_packages/chains/chains/61916.ts

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,10 @@ export default {
66
{
77
"name": "DSC Scan",
88
"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"
1610
}
1711
],
1812
"faucets": [],
19-
"icon": {
20-
"url": "ipfs://bafkreifms4eio6v56oyeemnnu5luq3sc44hptan225lr45itgzu3u372iu",
21-
"width": 200,
22-
"height": 200,
23-
"format": "png"
24-
},
2513
"infoURL": "https://doken.dev/",
2614
"name": "DoKEN Super Chain Mainnet",
2715
"nativeCurrency": {

legacy_packages/chains/chains/979.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": "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;

legacy_packages/chains/src/index.ts

Lines changed: 11 additions & 3 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)