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
/
empty-address.js
5 lines
•
220 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
EMPTY_ADDRESS
=
void
0
;
exports
.
EMPTY_ADDRESS
=
'0x0000000000000000000000000000000000000000'
;
//# sourceMappingURL=empty-address.js.map