Skip to content

Commit

Permalink
feat(chain_id): add fuel mainnet chain id (#2088)
Browse files Browse the repository at this point in the history
* add fuel mainnet chain id

* revert unnecessary change
  • Loading branch information
cctdaniel authored Nov 4, 2024
1 parent 5e82b31 commit e031201
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions governance/xc_admin/packages/xc_admin_common/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export const RECEIVER_CHAINS = {
skate: 60064,
morph: 60065,
superseed_mainnet: 60066,
fuel_mainnet: 60067, // Note: Currently deployed at 50084 (fuel_testnet) but we should use 60067 for future deployments
// Testnets as a separate chain ids (to use stable data sources and governance for them)
injective_testnet: 60013,
osmosis_testnet_4: 60015,
Expand Down

0 comments on commit e031201

Please sign in to comment.