File tree 4 files changed +7
-1
lines changed 4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,8 @@ npm run deploy:ropsten
65
65
| CFX eSpace-test | [ 0x913975af] ( https://evmtestnet.confluxscan.io/address/0x913975af2bb8a6be4100d7dc5e9765b77f6a5d6c ) |
66
66
| Harmony | [ 0xAb7B1bE4] ( https://explorer.harmony.one/address/0xab7b1be4233a04e5c43a810e75657eced8e5463b ) |
67
67
| Harmony-test | [ 0x96c7D011] ( https://explorer.pops.one/address/0x96c7d011cdfd467f551605f0f5fce279f86f4186 ) |
68
+ | Metis | [ 0x2cf91AD8] ( https://andromeda-explorer.metis.io/address/0x2cf91AD8C175305EBe6970Bd8f81231585EFbd77/transactions ) |
69
+ | Metis-test | [ 0xAb7B1bE4] ( https://stardust-explorer.metis.io/address/0xAb7B1bE4233A04e5C43a810E75657ECED8E5463B/transactions ) |
68
70
69
71
### HappyRedPacket_ERC721
70
72
@@ -90,6 +92,8 @@ npm run deploy:ropsten
90
92
| CFX eSpace-test | [ 0x71834a3f] ( https://evmtestnet.confluxscan.io/address/0x71834a3fdea3e70f14a93ed85c6be70925d0cad9 ) |
91
93
| Harmony | [ 0x83D6b366] ( https://explorer.harmony.one/address/0x83d6b366f21e413f214eb077d5378478e71a5ed2 ) |
92
94
| Harmony-test | [ 0x981be454] ( https://explorer.pops.one/address/0x981be454a930479d92c91a0092d204b64845a5d6 ) |
95
+ | Metis | [ 0x81246335] ( https://andromeda-explorer.metis.io/address/0x812463356F58fc8194645A1838ee6C52D8ca2D26/transactions ) |
96
+ | Metis-test | [ 0x2cf91AD8] ( https://stardust-explorer.metis.io/address/0x2cf91AD8C175305EBe6970Bd8f81231585EFbd77/transactions ) |
93
97
94
98
## Test report
95
99
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ const deployedContracts: MyMapLikeType = {
23
23
conflux_eSpace : '0x5b966f3a32db9c180843bcb40267a66b73e4f022' ,
24
24
conflux_eSpace_test : '0x71834a3fdea3e70f14a93ed85c6be70925d0cad9' ,
25
25
harmony : '0x83d6b366f21e413f214eb077d5378478e71a5ed2' ,
26
+ metis : '0x812463356F58fc8194645A1838ee6C52D8ca2D26' ,
26
27
}
27
28
28
29
const func : DeployFunction = async function ( hre : HardhatRuntimeEnvironment ) {
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ const deployedContracts: MyMapLikeType = {
24
24
conflux_eSpace : '0x96c7d011cdfd467f551605f0f5fce279f86f4186' ,
25
25
conflux_eSpace_test : '0x913975af2bb8a6be4100d7dc5e9765b77f6a5d6c' ,
26
26
harmony : '0xab7b1be4233a04e5c43a810e75657eced8e5463b' ,
27
+ metis : '0x2cf91AD8C175305EBe6970Bd8f81231585EFbd77' ,
27
28
}
28
29
29
30
const func : DeployFunction = async function ( hre : HardhatRuntimeEnvironment ) {
You can’t perform that action at this time.
0 commit comments