UNPKG
lvswap_goerli
Version:
latest (0.0.5-alpha.0)
0.0.5-alpha.0
0.0.4
0.0.3
0.0.2
0.0.1
This is for testing LiberVanceSwap contracst on the Goerli test network.
cryptoecc/lvswap-sdk
lvswap_goerli
/
dist
/
index.js
9 lines
(6 loc)
•
204 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
if
(process.
env
.
NODE_ENV
===
'production'
) {
module
.
exports
=
require
(
'./lvswap_goerli.cjs.production.min.js'
) }
else
{
module
.
exports
=
require
(
'./lvswap_goerli.cjs.development.js'
) }