Skip to content

Commit

Permalink
Added cronos and cronos-testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAJeetDev committed Jan 26, 2022
1 parent 0e91180 commit 79fd71d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/constants/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ export const CHAIN_DATA_LIST: ChainDataList = {
network: "lukso-l15-testnet",
networkId: 23
},
25: {
chainId: 25,
chain: "CRO",
network: "cronos",
networkId: 25
},
30: {
chainId: 30,
chain: "RSK",
Expand Down Expand Up @@ -223,6 +229,12 @@ export const CHAIN_DATA_LIST: ChainDataList = {
network: "hpb",
networkId: 100
},
338: {
chainId: 338,
chain: "CRO",
network: "cronos-testnet",
networkId: 338
},
385: {
chainId: 385,
chain: "CRO",
Expand Down

0 comments on commit 79fd71d

Please sign in to comment.