Skip to content

Commit 3c4bc3b

Browse files
committed
chore: [ETH-794] deploy to IoTeX
1 parent 6145d7e commit 3c4bc3b

File tree

6 files changed

+384
-9
lines changed

6 files changed

+384
-9
lines changed

packages/config/config.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,22 @@
468468
}
469469
],
470470
"contracts": {
471-
"DATA": "0xD94be6fd546d4cE502CB1E870A58330Cc8869e9B"
471+
"DATA": "0xD94be6fd546d4cE502CB1E870A58330Cc8869e9B",
472+
"StreamRegistry": "0x080F34fec2bc33928999Ea9e39ADc798bEF3E0d6",
473+
"ENSCacheV2": "0xAB072849dd3Cd648cb85c73d525a70A36523337d",
474+
"StorageNodeRegistry": "0xb9e70Bd9833dd091f06edc8073aa86a76EdeF46D",
475+
"StreamStorageRegistry": "0xF79c40Fbc432f1f8B8B017441B644e0ac7bccea2",
476+
"StreamrConfig": "0x176B108E72ee49A01Bea1eDb32f7f296d2bb3db8",
477+
"SponsorshipOperatorContractOnlyJoinPolicy": "0xace5b2A71A44efD9259983b5671d8ba802703dF7",
478+
"SponsorshipMaxOperatorsJoinPolicy": "0x6956abe11F99e3983282f8B4fFb30015cC45Ae1D",
479+
"SponsorshipStakeWeightedAllocationPolicy": "0x0Eb81BF75e585B227c01BBd1Ba5Ee0Ab6b1b55d5",
480+
"SponsorshipDefaultLeavePolicy": "0xb9fe5430aC3eE3B1D26734C513f41Bf96B10C830",
481+
"SponsorshipVoteKickPolicy": "0xc4a1ba0655FC6C34F9283e33682e57031fC060af",
482+
"SponsorshipFactory": "0x7ac03730374E995E366F2a466be6aCC14E1DB1C4",
483+
"OperatorDefaultDelegationPolicy": "0x5E0F361EC38cBE990baCB0D3008B5582DA4eAa2a",
484+
"OperatorDefaultExchangeRatePolicy": "0x75e26741538825263954AC2a1Ad9d6eAb695FD47",
485+
"OperatorDefaultUndelegationPolicy": "0x6D48ee54898e9B1f5FBe468ab85eA542dd82Ae6c",
486+
"OperatorFactory": "0xD1Bc2A37405F88d4904844B7BF1BEadA7c0851c1"
472487
},
473488
"blockExplorerUrl": "https://iotexscan.io"
474489
},

packages/network-contracts/.openzeppelin/unknown-4689.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,21 @@
3535
"address": "0xe4Ae8e6c5b6E85914738803ad73c111eF2618621",
3636
"txHash": "0x1bdb7023503cd08abf691667939470f1b2390318d3c93cba686c75aae1a888b5",
3737
"kind": "uups"
38+
},
39+
{
40+
"address": "0x176B108E72ee49A01Bea1eDb32f7f296d2bb3db8",
41+
"txHash": "0x5279e3c355f223a88c07b8d338b5504e71203c2264786187935ec777c38a7d17",
42+
"kind": "uups"
43+
},
44+
{
45+
"address": "0xD1Bc2A37405F88d4904844B7BF1BEadA7c0851c1",
46+
"txHash": "0xbd787995a739e97880e5d274b467b7aaaf6b4da96e3cc17e5f7302ea2a2d88ce",
47+
"kind": "uups"
48+
},
49+
{
50+
"address": "0x7ac03730374E995E366F2a466be6aCC14E1DB1C4",
51+
"txHash": "0x2f00db37c941f445cc1db10320b9f215d10abedb65601d04bedb08d50731d3dc",
52+
"kind": "uups"
3853
}
3954
],
4055
"impls": {

packages/network-contracts/hardhat.config.ts

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,6 @@ const config: HardhatUserConfig = {
130130
from: "../../node_modules/" +
131131
"@ensdomains/ens-contracts/deployments/archive/PublicResolver_mainnet_9412610.sol/PublicResolver_mainnet_9412610.json",
132132
to: "./artifacts/PublicResolver_mainnet_9412610.json",
133-
optional: true,
134-
}, {
135-
from: "./node_modules/" +
136-
"@ensdomains/ens-contracts/deployments/archive/PublicResolver_mainnet_9412610.sol/PublicResolver_mainnet_9412610.json",
137-
to: "./artifacts/PublicResolver_mainnet_9412610.json",
138-
optional: true,
139133
}],
140134
solidity: {
141135
compilers: [
@@ -211,8 +205,8 @@ const config: HardhatUserConfig = {
211205
polygon: process.env.ETHERSCAN_KEY || "",
212206
polygonAmoy: process.env.ETHERSCAN_KEY || "",
213207
peaq: process.env.ETHERSCAN_KEY || "",
214-
iotexTestnet: "no key needed!",
215-
iotex: "no key needed!",
208+
iotexTestnet: "no-key-needed",
209+
iotex: "no-key-needed",
216210
},
217211
customChains: [{
218212
network: "polygonAmoy",

0 commit comments

Comments
 (0)