Skip to content

Commit

Permalink
Add base_testnet to contracts constants
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Rubino committed Aug 2, 2024
1 parent 4aac344 commit e4b1cb0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions v1/lib/contracts.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ const SALT_NUMBERS = {
zetaERC20Custody: "195084",
zetaToken: "29265",
},
base_testnet: {
zetaConnector: "0",
zetaConsumer: "0",
zetaERC20Custody: "0",
zetaToken: "0",
}
};

export const getSaltNumber = (contractName: string, networkName: string) => {
Expand Down

0 comments on commit e4b1cb0

Please sign in to comment.