@dea-sg/layerzero
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@dea-sg/layerzero", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "layer zero modules", | ||
@@ -23,3 +23,4 @@ "main": "index.js", | ||
"contracts/interfaces", | ||
"contracts/layerzero" | ||
"contracts/base", | ||
"contracts/ERC20" | ||
], | ||
@@ -26,0 +27,0 @@ "license": "MIT", |
@@ -23,3 +23,3 @@ # Layer Zero base contract | ||
``` | ||
import "@dea-sg/contracts/layerzero/OmniERC20Upgradeable.sol"; | ||
import "@dea-sg/layerzero/contracts/ERC20/OmniERC20Upgradeable.sol"; | ||
``` | ||
@@ -26,0 +26,0 @@ |
43880
12