Skip to content

Commit 82e5f53

Browse files
chore(chains): update chains (#2597)
Co-authored-by: GitHub Action <action@github.com>
1 parent 13c3083 commit 82e5f53

File tree

7 files changed

+156
-4
lines changed

7 files changed

+156
-4
lines changed

.changeset/sync-chains.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@thirdweb-dev/chains": patch
3+
---
4+
5+
Synced Chains Package

legacy_packages/chains/chains/1089.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ export default {
4646
"https://evm.humans.stakepool.dev.br",
4747
"https://mainnet-humans-evm.konsortech.xyz",
4848
"https://evm-rpc.mainnet.humans.zone",
49-
"https://json-rpc.humans.bh.rocks"
49+
"https://json-rpc.humans.bh.rocks",
50+
"https://evm-rpc.humans.huginn.tech"
5051
],
5152
"shortName": "humans",
5253
"slug": "humans-ai",

legacy_packages/chains/chains/13396.ts

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,19 @@ import type { Chain } from "../src/types";
22
export default {
33
"chain": "Avalanche",
44
"chainId": 13396,
5-
"explorers": [],
5+
"explorers": [
6+
{
7+
"name": "Masa Explorer",
8+
"url": "https://subnets.avax.network/masa",
9+
"standard": "EIP3091"
10+
}
11+
],
612
"faucets": [],
7-
"features": [],
13+
"features": [
14+
{
15+
"name": "EIP1559"
16+
}
17+
],
818
"icon": {
919
"url": "https://images.ctfassets.net/9bazykntljf6/62CceHSYsRS4D9fgDSkLRB/877cb8f26954e1743ff535fd7fdaf78f/avacloud-placeholder.svg",
1020
"width": 256,

legacy_packages/chains/chains/6000.ts

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
import type { Chain } from "../src/types";
2+
export default {
3+
"chain": "BounceBit",
4+
"chainId": 6000,
5+
"explorers": [
6+
{
7+
"name": "BBScan Testnet Explorer",
8+
"url": "https://bbscan.io",
9+
"standard": "none"
10+
}
11+
],
12+
"faucets": [],
13+
"infoURL": "https://bouncebit.io",
14+
"name": "BounceBit Testnet",
15+
"nativeCurrency": {
16+
"name": "BounceBit",
17+
"symbol": "BB",
18+
"decimals": 18
19+
},
20+
"networkId": 6000,
21+
"rpc": [
22+
"https://6000.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
23+
"https://fullnode-testnet.bouncebitapi.com/"
24+
],
25+
"shortName": "bouncebit-testnet",
26+
"slug": "bouncebit-testnet",
27+
"testnet": true
28+
} as const satisfies Chain;
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
import type { Chain } from "../src/types";
2+
export default {
3+
"chain": "ETH",
4+
"chainId": 70700,
5+
"explorers": [
6+
{
7+
"name": "Proof of Play Apex Explorer",
8+
"url": "https://explorer.apex.proofofplay.com",
9+
"standard": "EIP3091",
10+
"icon": {
11+
"url": "ipfs://QmW3NPDe6WRqucrWbe8pg3GqSMPi8V6Qa1fAiaQuqjxSJC",
12+
"width": 1256,
13+
"height": 1256,
14+
"format": "png"
15+
}
16+
}
17+
],
18+
"faucets": [],
19+
"icon": {
20+
"url": "ipfs://QmW3NPDe6WRqucrWbe8pg3GqSMPi8V6Qa1fAiaQuqjxSJC",
21+
"width": 1256,
22+
"height": 1256,
23+
"format": "png"
24+
},
25+
"infoURL": "https://proofofplay.com",
26+
"name": "Proof of Play - Apex",
27+
"nativeCurrency": {
28+
"name": "Ether",
29+
"symbol": "ETH",
30+
"decimals": 18
31+
},
32+
"networkId": 70700,
33+
"parent": {
34+
"type": "L2",
35+
"chain": "eip155-42161",
36+
"bridges": [
37+
{
38+
"url": "https://bridge.arbitrum.io"
39+
},
40+
{
41+
"url": "https://relay.link/bridge/apex/"
42+
}
43+
]
44+
},
45+
"rpc": [
46+
"https://70700.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
47+
"https://rpc.apex.proofofplay.com"
48+
],
49+
"shortName": "pop-apex",
50+
"slug": "proof-of-play-apex",
51+
"testnet": false
52+
} as const satisfies Chain;

legacy_packages/chains/chains/7798.ts

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
import type { Chain } from "../src/types";
2+
export default {
3+
"chain": "OEX",
4+
"chainId": 7798,
5+
"explorers": [
6+
{
7+
"name": "OpenEX Long Testnet Explorer",
8+
"url": "https://scan.long.openex.network",
9+
"standard": "EIP3091",
10+
"icon": {
11+
"url": "ipfs://bafkreidnu6p6vmmplerzvkboq7fz73ygkomzpnnokuxstrqv2fvxgmgg7i",
12+
"width": 512,
13+
"height": 512,
14+
"format": "png"
15+
}
16+
}
17+
],
18+
"faucets": [
19+
"https://long.hub.openex.network/faucet"
20+
],
21+
"icon": {
22+
"url": "ipfs://bafkreidnu6p6vmmplerzvkboq7fz73ygkomzpnnokuxstrqv2fvxgmgg7i",
23+
"width": 512,
24+
"height": 512,
25+
"format": "png"
26+
},
27+
"infoURL": "https://openex.network",
28+
"name": "OpenEX LONG Testnet",
29+
"nativeCurrency": {
30+
"name": "USDT Testnet",
31+
"symbol": "USDT",
32+
"decimals": 18
33+
},
34+
"networkId": 7798,
35+
"rpc": [
36+
"https://7798.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
37+
"https://long.rpc.openex.network/"
38+
],
39+
"shortName": "oex",
40+
"slip44": 1,
41+
"slug": "openex-long-testnet",
42+
"testnet": true,
43+
"title": "OpenEX LONG Testnet"
44+
} as const satisfies Chain;

legacy_packages/chains/src/index.ts

Lines changed: 13 additions & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)