File tree Expand file tree Collapse file tree 3 files changed +78
-1
lines changed Expand file tree Collapse file tree 3 files changed +78
-1
lines changed Original file line number Diff line number Diff line change
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 ;
Original file line number Diff line number Diff line change
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 ;
You can’t perform that action at this time.
0 commit comments