Skip to content

Commit 09ead0c

Browse files
committedSep 19, 2023
add: deployment script
0 parents  commit 09ead0c

22 files changed

+13701
-0
lines changed
 

‎.env.example

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
MAINNET_ETHEREUM_RPC=
2+
MAINNET_MATIC_RPC=
3+
TESTNET_ETHEREUM_RPC=
4+
TESTNET_MATIC_RPC=
5+
6+
DEPLOY_ADMIN_ADDRESS=
7+
DEPLOY_ADMIN_PRIVATE_KEY=
8+
9+
JD_ADDRESS=
10+
CHILDCHAIN_MAINNET_GNOSIS_SAFE_ADDRESS="0x355b8E02e7F5301E6fac9b7cAc1D6D9c86C0343f"

‎.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules
2+
.env

‎README.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# PoS Mappings
2+
3+
## USAGE
4+
5+
- update the mapping details in `main.js` file
6+
- run `npm run deploy`

0 commit comments

Comments
 (0)