Skip to content

Commit 2ef2058

Browse files
chore(chains): update chains (#2593)
Co-authored-by: GitHub Action <action@github.com>
1 parent 6d63920 commit 2ef2058

File tree

3 files changed

+78
-1
lines changed

3 files changed

+78
-1
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
import type { Chain } from "../src/types";
2+
export default {
3+
"chain": "NetMind",
4+
"chainId": 1100789,
5+
"explorers": [
6+
{
7+
"name": "NetMind Testnet Explorer",
8+
"url": "https://testbrower.protago-dev.com",
9+
"standard": "EIP3091",
10+
"icon": {
11+
"url": "ipfs://QmQNipd6uen7sm7HZXGbqhcSVkUXxu3Tp6c3BoeFpvmywp",
12+
"width": 500,
13+
"height": 500,
14+
"format": "png"
15+
}
16+
}
17+
],
18+
"faucets": [],
19+
"icon": {
20+
"url": "ipfs://QmQNipd6uen7sm7HZXGbqhcSVkUXxu3Tp6c3BoeFpvmywp",
21+
"width": 500,
22+
"height": 500,
23+
"format": "png"
24+
},
25+
"infoURL": "https://netmind.ai",
26+
"name": "Netmind Chain Testnet",
27+
"nativeCurrency": {
28+
"name": "NMT",
29+
"symbol": "NMT",
30+
"decimals": 18
31+
},
32+
"networkId": 1100789,
33+
"rpc": [
34+
"https://1100789.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
35+
"https://testblock.protago-dev.com"
36+
],
37+
"shortName": "nmtTest",
38+
"slug": "netmind-chain-testnet",
39+
"testnet": true,
40+
"title": "NetMind Chain Testnet"
41+
} as const satisfies Chain;

legacy_packages/chains/chains/5106.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": "Azra Testnet",
4+
"chainId": 5106,
5+
"explorers": [
6+
{
7+
"name": "blockscout",
8+
"url": "https://explorerl2new-azra-testnet-6hz86owb1n.t.conduit.xyz",
9+
"standard": "EIP3091"
10+
}
11+
],
12+
"faucets": [],
13+
"infoURL": "https://azragames.com",
14+
"name": "Azra Testnet",
15+
"nativeCurrency": {
16+
"name": "ETH",
17+
"symbol": "ETH",
18+
"decimals": 18
19+
},
20+
"networkId": 5106,
21+
"rpc": [
22+
"https://5106.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
23+
"https://rpc-azra-testnet-6hz86owb1n.t.conduit.xyz"
24+
],
25+
"shortName": "azra-testnet",
26+
"slug": "azra-testnet",
27+
"testnet": true
28+
} as const satisfies Chain;

0 commit comments

Comments
 (0)