Skip to content

Commit d0b810a

Browse files
authored
Merge pull request reown-com#225 from PeterTheOne/patch-1
add ARTIS networks
2 parents 44c9174 + cf52517 commit d0b810a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/constants/chains.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,4 +205,16 @@ export const CHAIN_DATA_LIST: ChainDataList = {
205205
network: "callisto-testnet",
206206
networkId: 2
207207
}
208+
246529: {
209+
chainId: 246529,
210+
chain: "ARTIS sigma1",
211+
network: "artis-s1",
212+
networkId: 246529
213+
}
214+
246785: {
215+
chainId: 246785,
216+
chain: "ARTIS tau1",
217+
network: "artis-t1",
218+
networkId: 246785
219+
}
208220
};

0 commit comments

Comments
 (0)