Skip to content

Commit

Permalink
Merge pull request #92 from polywrap/ethers-utils-cd-pr-91
Browse files Browse the repository at this point in the history
[CD]: ethers-utils wrap deployment uri
  • Loading branch information
dOrgJelli authored Jul 26, 2023
2 parents b2c342c + 3eda358 commit c179e8c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion wraps/utils/URI.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
wrap:https://ipfs/QmaHYcvpM3mWVY7KSi4kmEKP26JhE3SWYitKCUaLfJQguy
wrap:https://http/https://wraps.wrapscan.io/r/polywrap/[email protected]
12 changes: 9 additions & 3 deletions wraps/utils/deployment.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
[
{
"name": "deploy",
"name": "ipfs_deploy",
"steps": [
{
"name": "ipfs_deploy",
"id": "deploy.ipfs_deploy",
"id": "ipfs_deploy.ipfs_deploy",
"input": "wrap:https://fs/./build",
"result": "wrap:https://ipfs/QmaHYcvpM3mWVY7KSi4kmEKP26JhE3SWYitKCUaLfJQguy"
"result": "wrap:https://ipfs/QmNcoVkyBi6t1jL33eRDorQHdQHUhBmJksRunaCr9v2kyq"
},
{
"name": "http_deploy",
"id": "ipfs_deploy.http_deploy",
"input": "wrap:https://ipfs/QmNcoVkyBi6t1jL33eRDorQHdQHUhBmJksRunaCr9v2kyq",
"result": "wrap:https://http/https://wraps.wrapscan.io/r/polywrap/[email protected]"
}
]
}
Expand Down

0 comments on commit c179e8c

Please sign in to comment.