Skip to content

Commit

Permalink
[governance] add chain ids (#1241)
Browse files Browse the repository at this point in the history
* add chain ids

* pre commit fix
  • Loading branch information
Dev Kalra authored Jan 24, 2024
1 parent 4abbbd1 commit 7db31aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions governance/xc_admin/packages/xc_admin_common/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ export const RECEIVER_CHAINS = {
blast_s2_testnet: 50047,
hedera_testnet: 50048,
filecoin_calibration: 50049, // Filecoin testnet
lightlink_pegasus_testnet: 50050,
sei_evm_devnet: 50051,
fantom_sonic_testnet: 50052,
};

// If there is any overlapping value the receiver chain will replace the wormhole
Expand Down

1 comment on commit 7db31aa

@vercel
Copy link

@vercel vercel bot commented on 7db31aa Jan 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

xc-admin-frontend – ./

xc-admin-frontend-git-main-pyth-web.vercel.app
xc-admin-frontend.vercel.app
xc-admin-frontend-pyth-web.vercel.app

Please sign in to comment.