File tree Expand file tree Collapse file tree 6 files changed +78
-66
lines changed
Expand file tree Collapse file tree 6 files changed +78
-66
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ const deploy: DeployFunction = async (hre) => {
2323 console . log ( `Deployer: ${ deployer } ` )
2424
2525 // Token configuration
26- const tokenName = 'ZAMAERC20 '
26+ const tokenName = 'Zama '
2727 const tokenSymbol = 'ZAMA'
2828
2929 const numReceivers = parseInt ( getRequiredEnvVar ( 'NUM_INITIAL_RECEIVERS' ) )
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ const deploy: DeployFunction = async (hre) => {
4343 const { address } = await deploy ( contractName , {
4444 from : deployer ,
4545 args : [
46- 'ZAMAOFT ' , // name
46+ 'Zama ' , // name
4747 'ZAMA' , // symbol
4848 endpointV2Deployment . address , // LayerZero's EndpointV2 address
4949 deployer , // owner
Original file line number Diff line number Diff line change @@ -82,7 +82,6 @@ const config: HardhatUserConfig = {
8282 } ,
8383 } ,
8484 'gateway-mainnet' : {
85- // @ts -ignore: TODO: Remove TS ignore once LayerZero endpoint is deployed.
8685 eid : EndpointId . ZAMA_V2_MAINNET ,
8786 url : process . env . RPC_URL_ZAMA_GATEWAY_MAINNET || '' ,
8887 accounts,
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ const ethereumContract: OmniPointHardhat = {
1111}
1212
1313const zamaMainnetContract : OmniPointHardhat = {
14- // @ts -ignore: TODO: Remove TS ignore once LayerZero endpoint is deployed.
1514 eid : EndpointId . ZAMA_V2_MAINNET ,
1615 contractName : 'ZamaOFT' ,
1716}
Original file line number Diff line number Diff line change 2828 "@layerzerolabs/devtools-evm-hardhat" : " ^4.0.0" ,
2929 "@layerzerolabs/eslint-config-next" : " ~2.3.39" ,
3030 "@layerzerolabs/io-devtools" : " ~0.3.0" ,
31- "@layerzerolabs/lz-definitions" : " ^3.0.142 " ,
31+ "@layerzerolabs/lz-definitions" : " ^3.0.147 " ,
3232 "@layerzerolabs/lz-evm-messagelib-v2" : " ^3.0.75" ,
3333 "@layerzerolabs/lz-evm-protocol-v2" : " ^3.0.75" ,
34+ "@layerzerolabs/lz-evm-sdk-v2" : " ^3.0.147" ,
3435 "@layerzerolabs/lz-evm-v1-0.7" : " ^3.0.75" ,
3536 "@layerzerolabs/lz-v2-utilities" : " ^3.0.142" ,
3637 "@layerzerolabs/metadata-tools" : " ^3.0.2" ,
You can’t perform that action at this time.
0 commit comments