UNPKG
cloutcontracts
Version:
latest (0.0.2)
0.0.2
0.0.1
CCS Agoric DAPP Implementation
cloutcontracts
/
ui
/
public
/
conf
/
dappConstants.js
5 lines
(4 loc)
•
188 B
JavaScript
View Raw
1
2
3
4
5
// If this file defines window.__DAPP_CONSTANTS__ it will
// overide the defaults.js.
// eslint-disable-next-line no-underscore-dangle, no-undef
globalThis.
__DAPP_CONSTANTS__
=
undefined
;