-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #331 from NextGenSoftwareUK/feature/nft-minting-we…
…b3-core Minting NFT For Web3Core OASIS provider
- Loading branch information
Showing
300 changed files
with
68,751 additions
and
1,166 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"ConnectionString": "https://rpc-amoy.polygon.technology/", | ||
"ChainId": 137, // Also can be 80001 | ||
"ChainPrivateKey": "d3c80ec102d5fe42beadcb7346f74df529a0a10a1906f6ecc5fe3770eb65fb1a", | ||
"ContractAddress": "0xd6e25f0a709ac99886c96267B23c3d2335550031" // Deployed at: Thu Sep 5 2024 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"ConnectionString": "https://public-node.testnet.rsk.co", | ||
"ChainId": 31, | ||
"ChainPrivateKey": "d3c80ec102d5fe42beadcb7346f74df529a0a10a1906f6ecc5fe3770eb65fb1a", | ||
"ContractAddress": "0xd6e25f0a709ac99886c96267B23c3d2335550031" // Deployed at: Thu Sep 5 2024 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.