Skip to content

Commit

Permalink
Sync networks config with safe-deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
germartinez committed Mar 25, 2022
1 parent eb20e41 commit 161855d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packages/safe-core-sdk-utils/src/eip-3770/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ interface NetworkShortName {
chainId: number
}

// https://github.com/ethereum-lists/chains/tree/master/_data/chains
export const networks: NetworkShortName[] = [
{ chainId: 1, shortName: 'eth' },
{ chainId: 3, shortName: 'rop' },
Expand All @@ -16,6 +17,8 @@ export const networks: NetworkShortName[] = [
{ chainId: 56, shortName: 'bnb' },
{ chainId: 69, shortName: 'okov' },
{ chainId: 100, shortName: 'gno' },
{ chainId: 106, shortName: 'vlx' },
{ chainId: 111, shortName: 'etl' },
{ chainId: 122, shortName: 'fuse' },
{ chainId: 123, shortName: 'spark' },
{ chainId: 137, shortName: 'matic' },
Expand All @@ -27,14 +30,18 @@ export const networks: NetworkShortName[] = [
{ chainId: 1285, shortName: 'mriver' },
{ chainId: 1287, shortName: 'mbase' },
{ chainId: 4002, shortName: 'tftm' },
{ chainId: 7341, shortName: 'shyft' },
{ chainId: 9000, shortName: 'evmos' },
{ chainId: 11437, shortName: 'shyftt' },
{ chainId: 12357, shortName: 'rei-testnet' },
{ chainId: 42161, shortName: 'arb1' },
{ chainId: 421611, shortName: 'arb-rinkeby' },
{ chainId: 42220, shortName: 'celo' },
{ chainId: 43114, shortName: 'avax' },
{ chainId: 47805, shortName: 'rei' },
{ chainId: 73799, shortName: 'vt' },
{ chainId: 80001, shortName: 'maticmum' },
{ chainId: 333999, shortName: 'olympus' },
{ chainId: 421611, shortName: 'arb-rinkeby' },
{ chainId: 1313161554, shortName: 'aurora' },
{ chainId: 1313161555, shortName: 'aurora-testnet' },
{ chainId: 1666600000, shortName: 'hmy-s0' },
Expand Down

0 comments on commit 161855d

Please sign in to comment.