Skip to content

Commit

Permalink
updated staging avax contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
D4mph1r committed Apr 5, 2024
1 parent 45da151 commit 2dbd266
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
3 changes: 1 addition & 2 deletions src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ export enum v3_ChainId {
ETHEREUM = "ETH",
ELROND = "MULTIVERSX",
TON = "TON",
CASPER = "CASPER",
DEFAULT = "",
}

Expand Down Expand Up @@ -837,7 +836,7 @@ CHAIN_INFO.set(Chain.CASPER, {
decimals: Decimals.CSPR,
name: "Casper",
nonce: Chain.CASPER,
v3_chainId: v3_ChainId.CASPER,
v3_chainId: v3_ChainId.DEFAULT,
type: ChainType.CASPER,
});

Expand Down
22 changes: 17 additions & 5 deletions src/factory/factories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -687,14 +687,26 @@ export namespace ChainFactoryConfigs {
provider: new ethers.providers.JsonRpcProvider(TestNetRpcUri.OPTIMISM),
},

// avalancheParams: {
// notifier,
// provider: new ethers.providers.JsonRpcProvider(MainNetRpcUri.AVALANCHE),
// erc721Minter: "0xb3cE27eDadFE006f9f47C5ed5b62E63DFd9Cf3bD",
// erc1155Minter: "0x23d399368EF31ca950E4Fd2063F2e4A5ACC0f9c2",
// erc721_addr: "0xcEFC9182e9AB181b3FED4e89CdA55E0B9010aFe1",
// minter_addr: "0x52e7D07DE51F8163E0f29061EaAa7D3FEaf6b47E",
// erc1155_addr: "0x77037e4f8aCb09f9bdedB9311bB6d9e74ed44371",
// nonce: Chain.AVALANCHE,
// feeMargin,
// noWhitelist: true,
// },
avalancheParams: {
notifier,
provider: new ethers.providers.JsonRpcProvider(MainNetRpcUri.AVALANCHE),
erc721Minter: "0xb3cE27eDadFE006f9f47C5ed5b62E63DFd9Cf3bD",
erc1155Minter: "0x23d399368EF31ca950E4Fd2063F2e4A5ACC0f9c2",
erc721_addr: "0xcEFC9182e9AB181b3FED4e89CdA55E0B9010aFe1",
minter_addr: "0x52e7D07DE51F8163E0f29061EaAa7D3FEaf6b47E",
erc1155_addr: "0x77037e4f8aCb09f9bdedB9311bB6d9e74ed44371",
erc721Minter: "0xda52886352AbcE28a30D0b0fE94395D9B3fD6068",
erc1155Minter: "0xef2665848b9058f5d2BE69fB65Fc58B25A78E24c",
erc721_addr: "0x2438A1be317Cf572053742F768DACC01dCB15170",
minter_addr: "0xEF9d824eF0e25F52E0654267F1FBFf1D47460b43",
erc1155_addr: "0x344DD851B711E707dA7fC1c84f97B9301141bCB0",
nonce: Chain.AVALANCHE,
feeMargin,
noWhitelist: true,
Expand Down

0 comments on commit 2dbd266

Please sign in to comment.