Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
xtools-at committed Feb 20, 2024
2 parents e5dcbac + e867fd3 commit 2662944
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions constants/tokenConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ module.exports = {
minGas: 10000000,
},
DomiProxyOFT: {
address: "0x45c2f8c9b4c0bdc76200448cc26c48ab6ffef83f",
address: "0x45C2F8c9B4c0bDC76200448cc26C48ab6ffef83F",
withFee: true,
minGas: 10000000,
},
Expand Down Expand Up @@ -183,7 +183,7 @@ module.exports = {
},
bsc: {
DomiProxyOFT: {
address: "0xbbca42c60b5290f2c48871a596492f93ff0ddc82",
address: "0xBBCA42c60b5290F2c48871A596492F93fF0Ddc82",
withFee: true,
minGas: 10000000,
},
Expand Down
2 changes: 1 addition & 1 deletion tasks/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ task("ownerOf", "ownerOf(tokenId) to get the owner of a token", require("./owner
.addParam("tokenId", "the tokenId of ONFT")

//
task("sendONFT712", "send an ONFT nftId from one chain to another", require("./sendONFT712"))
task("sendONFT721", "send an ONFT nftId from one chain to another", require("./sendONFT721"))
.addParam("tokenId", "the tokenId of ONFT")
.addParam("targetNetwork", "the chainId to transfer to")
.addParam("contract", "ONFT contract name")
Expand Down
File renamed without changes.

0 comments on commit 2662944

Please sign in to comment.