-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.js.template
30 lines (30 loc) · 1.17 KB
/
config.js.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
module.exports = {
root: {
RPC: "https://goerli.infura.io/v3/API-KEY",
POSRootChainManager: "0xBbD7cBFA79faee899Eaf900F13C9065bF03B1A74",
DERC20: "0x655F2166b0709cd575202630952D71E2bB0d61Af",
DERC721: "0x5a08d01e07714146747950CE07BB0f741445D1b8",
DERC1155: "0x2e3Ef7931F2d0e4a7da3dea950FF3F19269d9063",
posERC20Predicate: "0xdD6596F2029e6233DEFfaCa316e6A95217d4Dc34",
posERC721Predicate: "0x74D83801586E9D3C4dc45FfCD30B54eA9C88cf9b",
posERC1155Predicate: "0xB19a86ba1b50f0A395BfdC3557608789ee184dC8",
posEtherPredicate: "0xe2B01f3978c03D6DdA5aE36b2f3Ac0d66C54a6D5",
},
child: {
RPC: "https://rpc-mumbai.matic.today",
DERC20: "0xfe4F5145f6e09952a5ba9e956ED0C25e3Fa4c7F1",
DERC721: "0xEC8CB8bBb069470bC358ffB0e3710c64830da383",
DERC1155: "0xA07e45A987F19E25176c877d98388878622623FA",
MaticWETH: "0x714550C2C1Ea08688607D86ed8EeF4f5E4F22323",
},
user: {
privateKey:
"0xPVT_KEY",
address: "Address",
amount: "1000000000000000000", // 0.005
amount2: "700000000000000000", // 0.007
tokenId:
"60399350241383852757821046101235634991156913804166740995010931519407953501076",
tokenId2: "6789",
},
};