Skip to content

Commit

Permalink
Merge branch 'nexus-post' into nexus-frontier
Browse files Browse the repository at this point in the history
  • Loading branch information
princetonbishop authored Nov 20, 2023
2 parents bc29fc8 + c4e5562 commit ca25248
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 23 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// arbitrumGoerli: PARTNER_ZERO_SACRIFICE=0x08C0E5d99C9BD140c2cdf3c1B6171f1Aa91D4FD0
// yarn hardhat verify --network arbitrumGoerli 0x08C0E5d99C9BD140c2cdf3c1B6171f1Aa91D4FD0 --constructor-args scripts/deploys/arbitrumGoerli/deploymentArgs/0x08C0E5d99C9BD140c2cdf3c1B6171f1Aa91D4FD0.js
module.exports = [
"0x4b410e5Dc4823B24301038E1bAe9b7B1204F6608",
"0xC785695710292c042a2de8A0Ba16F3a054cC2eAD"
];
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// arbitrumGoerli: RELIC=0x4b410e5Dc4823B24301038E1bAe9b7B1204F6608
// yarn hardhat verify --network arbitrumGoerli 0x4b410e5Dc4823B24301038E1bAe9b7B1204F6608 --constructor-args scripts/deploys/arbitrumGoerli/deploymentArgs/0x4b410e5Dc4823B24301038E1bAe9b7B1204F6608.js
module.exports = [
"RELIC",
"REL",
"0xe6327BEa2966CeE72b24C79Cd90FFBf01A61e8Cc",
"0xC785695710292c042a2de8A0Ba16F3a054cC2eAD"
];

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// arbitrumGoerli: SHARD=0x53b77919E73807a491371212323EB4D0671CC238
// yarn hardhat verify --network arbitrumGoerli 0x53b77919E73807a491371212323EB4D0671CC238 --constructor-args scripts/deploys/arbitrumGoerli/deploymentArgs/0x53b77919E73807a491371212323EB4D0671CC238.js
module.exports = [
"0x915f8a22715aA064c95390542F56366a1d5D4933",
"0xe6327BEa2966CeE72b24C79Cd90FFBf01A61e8Cc",
"0xC785695710292c042a2de8A0Ba16F3a054cC2eAD",
"ipfs://QmVBhkqq3qEeQvdCDWSXQGMX7hFDymZvy7X7J4z9GsUAB3/"
];

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// arbitrumGoerli: TEMPLE_SACRIFICE=0xcAeAc87b834c8FE98e5E9CA4f96Ffb616AD27bc4
// yarn hardhat verify --network arbitrumGoerli 0xcAeAc87b834c8FE98e5E9CA4f96Ffb616AD27bc4 --constructor-args scripts/deploys/arbitrumGoerli/deploymentArgs/0xcAeAc87b834c8FE98e5E9CA4f96Ffb616AD27bc4.js
module.exports = [
"0x915f8a22715aA064c95390542F56366a1d5D4933",
"0xcbc7cf85dd0AB91Aa2671400E86ebf3AaC6dc658",
"0xC785695710292c042a2de8A0Ba16F3a054cC2eAD",
"0xC785695710292c042a2de8A0Ba16F3a054cC2eAD"
];
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// arbitrumGoerli: NEXUS_COMMON=0xe6327BEa2966CeE72b24C79Cd90FFBf01A61e8Cc
// yarn hardhat verify --network arbitrumGoerli 0xe6327BEa2966CeE72b24C79Cd90FFBf01A61e8Cc --constructor-args scripts/deploys/arbitrumGoerli/deploymentArgs/0xe6327BEa2966CeE72b24C79Cd90FFBf01A61e8Cc.js
module.exports = [
"0xC785695710292c042a2de8A0Ba16F3a054cC2eAD"
];
10 changes: 5 additions & 5 deletions protocol/scripts/deploys/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -550,11 +550,11 @@ export const DEPLOYED_CONTRACTS: { [key: string]: DeployedContracts } = {
FARM_MULTISIG: '0x8626f6940e2eb28930efb4cef49b2d1f2c9c1199',

// NEXUS
RELIC: '0x915f8a22715aA064c95390542F56366a1d5D4933',
SHARD: '0x965235fd4498a8B7c2cCD3B1CB6d1D45F19Ca5AD',
TEMPLE_SACRIFICE: '0x4f2e8401B745ef897e0f257047Bd7E0c5035e5F2',
NEXUS_COMMON: '',
PARTNER_ZERO_SACRIFICE: ''
RELIC: '0x4b410e5Dc4823B24301038E1bAe9b7B1204F6608',
SHARD: '0x53b77919E73807a491371212323EB4D0671CC238',
TEMPLE_SACRIFICE: '0xcAeAc87b834c8FE98e5E9CA4f96Ffb616AD27bc4',
NEXUS_COMMON: '0xe6327BEa2966CeE72b24C79Cd90FFBf01A61e8Cc',
PARTNER_ZERO_SACRIFICE: '0x08C0E5d99C9BD140c2cdf3c1B6171f1Aa91D4FD0'
}
};

Expand Down

0 comments on commit ca25248

Please sign in to comment.