-
Notifications
You must be signed in to change notification settings - Fork 3
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 #90 from VWBL/feat/deploy-amoytestnet
fix: deploy config
- Loading branch information
Showing
13 changed files
with
56 additions
and
42 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,10 @@ | ||
GATEWAY_PROXY_ADDRESS="0x11671c072c7fb34525084e4F9C343020F6cC2534" | ||
ACCESS_CONTROL_CHECKER_BY_NFT_ADDRESS="0xf725d206Cd6a2D7b0acccDDeDBeCc3d6Dd458a01" | ||
#Set your NFT's metadata url | ||
METADATA_URL=https://xxx.yyy.zzz | ||
#Set your NFT's sign message | ||
MESSAGE_TO_BE_SIGNED=Hello VWBL | ||
#Set your Amoy's API URL | ||
AMOY_URL=https://rpc-amoy.polygon.technology/ | ||
#Set your private key | ||
PRIVATE_KEY= |
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
GATEWAY_PROXY_ADDRESS="0x590D6C32d8E9d40FF29615a1321Dc5C5aF3d5d7C" | ||
ACCESS_CONTROL_CHECKER_BY_NFT_ADDRESS="0x5543B811D825758e1BC4fC16EC09BBFf1C007BeF" | ||
ACCESS_CONTROL_CHECKER_BY_NFT_ADDRESS="0x3BE5B96053f2a6F8DBa5066cAbD30D092D9895B6" | ||
#Set your NFT's metadata url | ||
METADATA_URL=https://xxx.yyy.zzz | ||
#Set your NFT's sign message | ||
MESSAGE_TO_BE_SIGNED=Hello VWBL | ||
#Set your Aurora's API URL | ||
AURORA_URL= | ||
AURORA_URL=https://mainnet.aurora.dev | ||
#Set your private key | ||
PRIVATE_KEY= |
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
GATEWAY_PROXY_ADDRESS="0xe18e1Ef91503E11156182B1eAeE7901F9C88A1B9" | ||
ACCESS_CONTROL_CHECKER_BY_NFT_ADDRESS="0xFb6fF37e7F35d4A05d7829b43F1C8a16F9791593" | ||
ACCESS_CONTROL_CHECKER_BY_NFT_ADDRESS="0xce2263Ff162800423D0ef1383B784F3CFeaEA2d1" | ||
#Set your NFT's metadata url | ||
METADATA_URL=https://xxx.yyy.zzz | ||
#Set your NFT's sign message | ||
MESSAGE_TO_BE_SIGNED=Hello VWBL | ||
#Set your Aurora Testnet's API URL | ||
AURORA_TESTNET_URL= | ||
AURORA_TESTNET_URL=https://testnet.aurora.dev | ||
#Set your private key | ||
PRIVATE_KEY= |
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 was deleted.
Oops, something went wrong.
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,10 @@ | ||
GATEWAY_PROXY_ADDRESS="0xB6320E41B0A2ab217Fb74459ac7fd8781f68CC09" | ||
ACCESS_CONTROL_CHECKER_BY_NFT_ADDRESS="0x9b0C09A6DF27f972E8051E54FbB5DeF560bea0E5" | ||
#Set your NFT's metadata url | ||
METADATA_URL=https://xxx.yyy.zzz | ||
#Set your NFT's sign message | ||
MESSAGE_TO_BE_SIGNED=Hello VWBL | ||
#Set your Japapan Open Chain Mainnet's API URL | ||
JOC_MAINNET_URL= | ||
#Set your private key | ||
PRIVATE_KEY= |
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,10 @@ | ||
GATEWAY_PROXY_ADDRESS="0xD13E015cC9DFcb46Bcae3f69d6E72d39164a1139" | ||
ACCESS_CONTROL_CHECKER_BY_NFT_ADDRESS="0x788F5C3e78147f458f53B8c13FE0126F33976fd1" | ||
#Set your NFT's metadata url | ||
METADATA_URL=https://xxx.yyy.zzz | ||
#Set your NFT's sign message | ||
MESSAGE_TO_BE_SIGNED=Hello VWBL | ||
#Set your Japapan Open Chain Testnet's API URL | ||
JOC_TESTNET_URL= | ||
#Set your private key | ||
PRIVATE_KEY= |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
GATEWAY_PROXY_ADDRESS="0xa0cbAF6872f80172Bf0a471bC447440edFEC4475" | ||
ACCESS_CONTROL_CHECKER_BY_NFT_ADDRESS="0x9c9bd1b3376ccf3d695d9233c04e865e556f8980" | ||
ACCESS_CONTROL_CHECKER_BY_NFT_ADDRESS="0x89B8bFf9C9c72F94879Ac7bE286AF3d41eCFb380" | ||
#Set your NFT's metadata url | ||
METADATA_URL=https://xxx.yyy.zzz | ||
#Set your NFT's sign message | ||
MESSAGE_TO_BE_SIGNED=Hello VWBL | ||
#Set your Polygon's API URL (ex. Alchemy API URL) | ||
POYGON_URL= | ||
POLYGON_URL=https://polygon-rpc.com | ||
#Set your private key | ||
PRIVATE_KEY= |
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
GATEWAY_PROXY_ADDRESS="0x84893D72134F64e8e3151Af359eDB83B280d3F55" | ||
ACCESS_CONTROL_CHECKER_BY_NFT_ADDRESS="0x78b0d2494d1877936bfb3d5d0360576b7FE3Cac4" | ||
ACCESS_CONTROL_CHECKER_BY_NFT_ADDRESS="0xb24e16b14ef31510e5f8Ba19B68d89a39c4D3927" | ||
#Set your NFT's metadata url | ||
METADATA_URL=https://xxx.yyy.zzz | ||
#Set your NFT's sign message | ||
MESSAGE_TO_BE_SIGNED=Hello VWBL | ||
#Set your Goerli's API URL (ex. Alchemy API URL) | ||
#Set your Sepolia's API URL (ex. Alchemy API URL) | ||
SEPOLIA_URL= | ||
#Set your private key | ||
PRIVATE_KEY= |
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
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