Skip to content

Commit

Permalink
feat (flow): add short names for Flow
Browse files Browse the repository at this point in the history
  • Loading branch information
DenSmolonski authored Jan 17, 2025
1 parent 1cff4b5 commit e43032f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/protocol-kit/src/utils/eip-3770/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ export const networks: NetworkShortName[] = [
{ chainId: 466n, shortName: 'appchain' },
{ chainId: 480n, shortName: 'wc' },
{ chainId: 530n, shortName: 'FxCore' },
{ chainId: 545n, shortName: 'flow-testnet' },
{ chainId: 570n, shortName: 'sys-rollux' },
{ chainId: 588n, shortName: 'metis-stardust' },
{ chainId: 592n, shortName: 'astr' },
Expand All @@ -91,6 +92,7 @@ export const networks: NetworkShortName[] = [
{ chainId: 648n, shortName: 'ace' },
{ chainId: 686n, shortName: 'kar' },
{ chainId: 690n, shortName: 'redstone' },
{ chainId: 747n, shortName: 'flow-mainnet' },
{ chainId: 787n, shortName: 'aca' },
{ chainId: 919n, shortName: 'modesep' },
{ chainId: 938n, shortName: 'haust' },
Expand Down

0 comments on commit e43032f

Please sign in to comment.