Skip to content

Commit

Permalink
add base addresses tools and contract constants
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptoFewka committed Oct 3, 2024
1 parent 45283e0 commit 62213fb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions v1/lib/address.tools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,15 @@ export declare type ZetaProtocolMainNetwork =
| "btc_mainnet"
| "eth_mainnet"
| "polygon_mainnet"
| "base_mainnet"
| "zeta_mainnet";

export const zetaProtocolMainNetworks: ZetaProtocolMainNetwork[] = [
"bsc_mainnet",
"btc_mainnet",
"eth_mainnet",
"polygon_mainnet",
"base_mainnet"
"zeta_mainnet",
];

Expand Down
6 changes: 6 additions & 0 deletions v1/lib/contracts.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ const SALT_NUMBERS = {
zetaERC20Custody: "0",
zetaToken: "0",
},
base_mainnet: {
zetaConnector: "0",
zetaConsumer: "0",
zetaERC20Custody: "0",
zetaToken: "0",
}
baobab_testnet: {
zetaConnector: "71733",
zetaConsumer: "0",
Expand Down

0 comments on commit 62213fb

Please sign in to comment.