UNPKG
pulse-bridge-ui
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
This plugin defines a Bridge trading pair to be used in the Exchange Plugin.
pulse-bridge-ui
/
dist
/
bridges
/
index.js
5 lines
•
251 B
JavaScript
View Raw
1
2
3
4
5
export
{
default
as
WETCBridge
}
from
'./WETCBridge'
;
export
{
default
as
QDAIBridge
}
from
'./QDAIBridge'
;
export
{
default
as
MOONBridge
}
from
'./MOONBridge'
;
export
{
default
as
PulseBridge
}
from
'./PulseBridge'
;
//# sourceMappingURL=index.js.map