Files
dexorder/version.mock.json
2024-01-03 16:07:26 -04:00

34 lines
678 B
JSON

{
"version": "$VERSION",
"chainInfo": {
"31337": {
"id": 31337,
"name": "Mockchain",
"vaultInitCodeHash": "$VAULT_INIT_CODE_HASH",
"factory": "$FACTORY",
"helper": "$HELPER",
"mockenv": "$MOCKENV",
"mockCoins": [
"$MEH",
"$USXD"
],
"tokens": [
{
"name": "Mock Ethereum Hardfork",
"symbol": "MEH",
"decimals": 18,
"image": null,
"address": "$MEH"
},
{
"name": "Joke Currency XD",
"symbol": "USXD",
"decimals": 6,
"image": null,
"address": "$USXD"
}
]
}
}
}