Skip to content

Commit

Permalink
fix code IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Mar 14, 2024
1 parent c0241bf commit 4a13706
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/utils/constants/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ export const SUPPORTED_CHAINS: SupportedChainConfig[] = [
// ContractVersion.V240
CwPayrollFactory: 2631,
CwTokenSwap: 2632,
CwTokenfactoryIssuer: 2633,
CwTokenfactoryIssuerOsmosis: 2633,
CwVesting: 2634,
DaoCore: 2635,
DaoMigrator: -1,
Expand Down Expand Up @@ -1030,7 +1030,7 @@ export const SUPPORTED_CHAINS: SupportedChainConfig[] = [
// ContractVersion.V240
CwPayrollFactory: 1550,
CwTokenSwap: 1551,
CwTokenfactoryIssuer: 1552,
CwTokenfactoryIssuerOsmosis: 1552,
CwVesting: 1553,
DaoCore: 1554,
DaoMigrator: -1,
Expand Down

0 comments on commit 4a13706

Please sign in to comment.