Skip to content

Commit

Permalink
code
Browse files Browse the repository at this point in the history
  • Loading branch information
hujw77 committed Jan 31, 2024
1 parent 9321c63 commit 21cb204
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export PORT_CONFIG_FILE="ormp_port.c"
export PORT_DEPLOY_FILE="deploy_ormp_port.a"
export PORT_KEY=".ORMP_PORT"

cid="QmRwznMkfrTWqoU77MH4Bd7bGFE2f5FzKbZqbHgRdtKGw8"
cid="QmWpJRDW55oEPxcvKPbCg8p31odC2CnDJLqeT9MFn3peYi"
cid=$(ipfs cid format -v 1 -b base32 $cid)
uri="ipfs://$cid"
# forge script script/config/PortConfig.s.sol:PortConfig --sig "run(uint256[],string)" "[42161]" $uri --chain-id 46 --broadcast --slow
Expand Down
1 change: 1 addition & 0 deletions ipfs/ormp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "ORMP",
"code": "0x1a823de4",
"provider": "Msgport",
"description": "ORMPPort by Msgport",
"api": "https://github.com/darwinia-network/darwinia-msgport-api/blob/main/README.md"
Expand Down

0 comments on commit 21cb204

Please sign in to comment.