UNPKG
@leetswap/sdk-canto
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
🛠An SDK for building applications on top of LeetSwap on Canto.
leetswap/leetswap-sdk
@leetswap/sdk-canto
/
dist
/
constants
/
natives.d.ts
7 lines
(6 loc)
•
155 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Canto
}
from
'../entities/Native'
;
import
{
ChainId
}
from
'../enums'
;
export
declare
const
NATIVE
: {
7700
:
Canto
;
10001
:
Canto
; };