Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@dea-sg/layerzero

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dea-sg/layerzero - npm Package Compare versions

Comparing version 1.0.3 to 1.1.0

contracts/interfaces/IOmniERC721.sol

8

package.json
{
"name": "@dea-sg/layerzero",
"version": "1.0.3",
"version": "1.1.0",
"description": "layer zero modules",

@@ -34,3 +34,3 @@ "main": "index.js",

"@types/mocha": "9.1.1",
"@types/node": "16.11.29",
"@types/node": "16.11.31",
"@typescript-eslint/eslint-plugin": "5.21.0",

@@ -40,3 +40,3 @@ "@typescript-eslint/parser": "5.21.0",

"@typechain/ethers-v5": "10.0.0",
"solhint": "3.3.6",
"solhint": "3.3.7",
"typechain": "8.0.0",

@@ -61,5 +61,5 @@ "chai": "4.3.6",

"dependencies": {
"@openzeppelin/contracts": "4.5.0",
"@openzeppelin/contracts": "4.6.0",
"@openzeppelin/contracts-upgradeable": "4.5.2"
}
}

@@ -31,2 +31,16 @@ # Layer Zero base contract

## 準備
### initialize
デプロイしたあと、各コントラクトの initialize をしてください。
name と symbol は任意のものを、endpoint は[チェーンにあったアドレス](https://layerzero.gitbook.io/docs/technical-reference/testnet/testnet-addresses)を設定してください。
例えば Rinkeby の場合は 0x79a63d6d8BBD5c6dfc774dA79bCcD948EAcb53FA となります。
### setTrustedRemote
setTrustedRemote 関数を実行してください。この関数は信用できる通信相手の設定をするための関数です。
例えば、Ethereum rinkeby や Polygon mumbai にデプロイした場合、rinkeby にデプロイしたコントラクトの setTrustedRemote は mumbai のチェーン ID と mumbai にデプロイしたコントラクトのアドレスを設定します。mumbai にデプロイしたコントラクトの setTrustedRemote には rinkeby のチェーン ID と rinkeby にデプロイしたコントラクトのアドレスを設定します。
rinkeby のチェーン ID は 10001 で、mumbai のチェーン ID は 10009 です。
## 動かし方

@@ -33,0 +47,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc