Skip to content

Commit

Permalink
Merge pull request #28 from klayrHQ/chainid
Browse files Browse the repository at this point in the history
Chainid
  • Loading branch information
Theezr committed Jun 3, 2024
2 parents 54837ef + 02bb172 commit 2401422
Show file tree
Hide file tree
Showing 11 changed files with 5,929 additions and 3,367 deletions.
4 changes: 2 additions & 2 deletions guides/token-factory/backend/config/custom_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@
},
"dashboard": {
"port": 5000,
"host": "0.0.0.0"
"host": "127.0.0.1"
},
"faucet": {
"tokenID": "0123456700000000",
"encryptedPrivateKey": "kdf=argon2id&cipher=aes-128-gcm&version=1&ciphertext=a0b91e022c791cc9a157536c8af79a2d3dd4b1cc0604a36e6042db2978795fe649836ccf3d92b7ce8c119005d7b3ce44a4004ef8d2744fb75dca8f91b11d418374beb0d1019331d6962cd9444f410275bb7009ab183b0032d99130a70f1013da1fc973569b2c01a9e891b0014e0d727f42713e5f52446f6059d7a53290e8ac5d&mac=c0d21b0fea79e589599f7fba768c3d7d833a0b9c52de4670ee9106ab867fabf7&salt=f0c0b45de9926f86&iv=dd952cc598feb846167e54e117292066&tag=ef8211e2d124b084297205a41f0dc101&iterations=1&parallelism=4&memorySize=2097023",
"captchaSecretkey": "6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe",
"captchaSitekey": "6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI",
"host": "0.0.0.0",
"host": "127.0.0.1",
"port": 4004
}
}
Expand Down
2,500 changes: 850 additions & 1,650 deletions guides/token-factory/backend/config/default/dev-validators.json

Large diffs are not rendered by default.

Loading

0 comments on commit 2401422

Please sign in to comment.