Skip to content

Commit 9545005

Browse files
chore(chains): update chains (#2581)
Co-authored-by: GitHub Action <action@github.com>
1 parent d93286b commit 9545005

File tree

3 files changed

+74
-1
lines changed

3 files changed

+74
-1
lines changed
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": "Ankara",
4+
"chainId": 72778,
5+
"explorers": [
6+
{
7+
"name": "ankara",
8+
"url": "https://explorer.ankara-cagacrypto.com",
9+
"standard": "EIP3091"
10+
}
11+
],
12+
"faucets": [],
13+
"icon": {
14+
"url": "ipfs://Qmeiop9gSdzU4NNJ6GCuPk6AeYwD9pbhEFVfRdk4dXs3kJ",
15+
"width": 640,
16+
"height": 640,
17+
"format": "png"
18+
},
19+
"infoURL": "https://www.cagacrypto.com/",
20+
"name": "CAGA crypto Ankara testnet",
21+
"nativeCurrency": {
22+
"name": "Caga",
23+
"symbol": "CAGA",
24+
"decimals": 18
25+
},
26+
"networkId": 72778,
27+
"rpc": [
28+
"https://72778.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
29+
"https://www.ankara-cagacrypto.com",
30+
"wss://wss.ankara-cagacrypto.com"
31+
],
32+
"shortName": "caga",
33+
"slug": "caga-crypto-ankara-testnet",
34+
"testnet": true
35+
} as const satisfies Chain;
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
import type { Chain } from "../src/types";
2+
export default {
3+
"chain": "Avalanche",
4+
"chainId": 99308,
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": "Borne Gaming Testnet",
16+
"nativeCurrency": {
17+
"name": "Borne Gaming Testnet Token",
18+
"symbol": "BORNE",
19+
"decimals": 18
20+
},
21+
"networkId": 99308,
22+
"redFlags": [],
23+
"rpc": [
24+
"https://99308.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
25+
"https://subnets.avax.network/bornegamin/testnet/rpc"
26+
],
27+
"shortName": "Borne Gaming Testnet",
28+
"slug": "borne-gaming-testnet",
29+
"testnet": true
30+
} as const satisfies Chain;

0 commit comments

Comments
 (0)