Skip to content

Commit ce9610d

Browse files
Merge pull request #46 from DimensionDev/support_metis
Support metis and harmony
2 parents 5b0b61b + 632117f commit ce9610d

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ npm run deploy:ropsten
6565
| CFX eSpace-test | [0x913975af](https://evmtestnet.confluxscan.io/address/0x913975af2bb8a6be4100d7dc5e9765b77f6a5d6c) |
6666
| Harmony | [0xAb7B1bE4](https://explorer.harmony.one/address/0xab7b1be4233a04e5c43a810e75657eced8e5463b) |
6767
| 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) |
6870

6971
### HappyRedPacket_ERC721
7072

@@ -90,6 +92,8 @@ npm run deploy:ropsten
9092
| CFX eSpace-test | [0x71834a3f](https://evmtestnet.confluxscan.io/address/0x71834a3fdea3e70f14a93ed85c6be70925d0cad9) |
9193
| Harmony | [0x83D6b366](https://explorer.harmony.one/address/0x83d6b366f21e413f214eb077d5378478e71a5ed2) |
9294
| 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) |
9397

9498
## Test report
9599

deploy/erc721_support.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const deployedContracts: MyMapLikeType = {
2323
conflux_eSpace: '0x5b966f3a32db9c180843bcb40267a66b73e4f022',
2424
conflux_eSpace_test: '0x71834a3fdea3e70f14a93ed85c6be70925d0cad9',
2525
harmony: '0x83d6b366f21e413f214eb077d5378478e71a5ed2',
26+
metis: '0x812463356F58fc8194645A1838ee6C52D8ca2D26',
2627
}
2728

2829
const func: DeployFunction = async function(hre: HardhatRuntimeEnvironment) {

deploy/redpacket.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ const deployedContracts: MyMapLikeType = {
2424
conflux_eSpace: '0x96c7d011cdfd467f551605f0f5fce279f86f4186',
2525
conflux_eSpace_test: '0x913975af2bb8a6be4100d7dc5e9765b77f6a5d6c',
2626
harmony: '0xab7b1be4233a04e5c43a810e75657eced8e5463b',
27+
metis: '0x2cf91AD8C175305EBe6970Bd8f81231585EFbd77',
2728
}
2829

2930
const func: DeployFunction = async function(hre: HardhatRuntimeEnvironment) {

0 commit comments

Comments
 (0)