UNPKG
soulswap-rubik-sdk
Version:
latest (1.0.0)
1.0.0
Simplify dApp creation
github.com/BunsDev/rubic-sdk
BunsDev/rubic-sdk
soulswap-rubik-sdk
/
lib
/
core
/
blockchain
/
constants
/
native-token-address.js
5 lines
•
241 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
NATIVE_TOKEN_ADDRESS
=
void
0
;
exports
.
NATIVE_TOKEN_ADDRESS
=
'0x0000000000000000000000000000000000000000'
;
//# sourceMappingURL=native-token-address.js.map