Skip to content

Commit

Permalink
Merge pull request reown-com#391 from NotAJeetDev/master
Browse files Browse the repository at this point in the history
Added cronos and cronos-testnet
  • Loading branch information
pedrouid authored Mar 22, 2022
2 parents 590d4a0 + 410340d commit 1101202
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 1101202

Please sign in to comment.