From 9dbcd77181d32a01fd9edd80f9f54df01a769495 Mon Sep 17 00:00:00 2001 From: saranoenarth Date: Wed, 9 Aug 2023 14:40:31 +0530 Subject: [PATCH 1/3] new:: zkevmBridgeAdapter --- .../artifacts/zkevm/ZkEVMBridgeAdapter.json | 27 +++++++++++++++++++ .../artifacts/zkevm/ZkEVMBridgeAdapter.json | 27 +++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 network/mainnet/cherry/artifacts/zkevm/ZkEVMBridgeAdapter.json create mode 100644 network/testnet/blueberry/artifacts/zkevm/ZkEVMBridgeAdapter.json diff --git a/network/mainnet/cherry/artifacts/zkevm/ZkEVMBridgeAdapter.json b/network/mainnet/cherry/artifacts/zkevm/ZkEVMBridgeAdapter.json new file mode 100644 index 0000000..6518d12 --- /dev/null +++ b/network/mainnet/cherry/artifacts/zkevm/ZkEVMBridgeAdapter.json @@ -0,0 +1,27 @@ +{ + "abi": [ + { + "inputs": [ + { + "internalType": "address", + "name": "recipient", + "type": "address" + }, + { + "internalType": "uint256", + "name": "amount", + "type": "uint256" + }, + { + "internalType": "bool", + "name": "forceUpdateGlobalExitRoot", + "type": "bool" + } + ], + "name": "bridgeToken", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + } + ] +} diff --git a/network/testnet/blueberry/artifacts/zkevm/ZkEVMBridgeAdapter.json b/network/testnet/blueberry/artifacts/zkevm/ZkEVMBridgeAdapter.json new file mode 100644 index 0000000..6518d12 --- /dev/null +++ b/network/testnet/blueberry/artifacts/zkevm/ZkEVMBridgeAdapter.json @@ -0,0 +1,27 @@ +{ + "abi": [ + { + "inputs": [ + { + "internalType": "address", + "name": "recipient", + "type": "address" + }, + { + "internalType": "uint256", + "name": "amount", + "type": "uint256" + }, + { + "internalType": "bool", + "name": "forceUpdateGlobalExitRoot", + "type": "bool" + } + ], + "name": "bridgeToken", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + } + ] +} From a970ba08c94d46e2b8a5fe3c3fcf9b6771a07e02 Mon Sep 17 00:00:00 2001 From: Nitin Mittal Date: Thu, 7 Sep 2023 12:12:40 +0400 Subject: [PATCH 2/3] upd: minify --- .../artifacts/zkevm/ZkEVMBridgeAdapter.json | 28 +------------------ .../artifacts/zkevm/ZkEVMBridgeAdapter.json | 28 +------------------ 2 files changed, 2 insertions(+), 54 deletions(-) diff --git a/network/mainnet/cherry/artifacts/zkevm/ZkEVMBridgeAdapter.json b/network/mainnet/cherry/artifacts/zkevm/ZkEVMBridgeAdapter.json index 6518d12..9b35a8c 100644 --- a/network/mainnet/cherry/artifacts/zkevm/ZkEVMBridgeAdapter.json +++ b/network/mainnet/cherry/artifacts/zkevm/ZkEVMBridgeAdapter.json @@ -1,27 +1 @@ -{ - "abi": [ - { - "inputs": [ - { - "internalType": "address", - "name": "recipient", - "type": "address" - }, - { - "internalType": "uint256", - "name": "amount", - "type": "uint256" - }, - { - "internalType": "bool", - "name": "forceUpdateGlobalExitRoot", - "type": "bool" - } - ], - "name": "bridgeToken", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - } - ] -} +{"abi":[{"inputs":[{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"},{"internalType":"bool","name":"forceUpdateGlobalExitRoot","type":"bool"}],"name":"bridgeToken","outputs":[],"stateMutability":"nonpayable","type":"function"}]} diff --git a/network/testnet/blueberry/artifacts/zkevm/ZkEVMBridgeAdapter.json b/network/testnet/blueberry/artifacts/zkevm/ZkEVMBridgeAdapter.json index 6518d12..9b35a8c 100644 --- a/network/testnet/blueberry/artifacts/zkevm/ZkEVMBridgeAdapter.json +++ b/network/testnet/blueberry/artifacts/zkevm/ZkEVMBridgeAdapter.json @@ -1,27 +1 @@ -{ - "abi": [ - { - "inputs": [ - { - "internalType": "address", - "name": "recipient", - "type": "address" - }, - { - "internalType": "uint256", - "name": "amount", - "type": "uint256" - }, - { - "internalType": "bool", - "name": "forceUpdateGlobalExitRoot", - "type": "bool" - } - ], - "name": "bridgeToken", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - } - ] -} +{"abi":[{"inputs":[{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"},{"internalType":"bool","name":"forceUpdateGlobalExitRoot","type":"bool"}],"name":"bridgeToken","outputs":[],"stateMutability":"nonpayable","type":"function"}]} From a87ef55e085bd6c7c5da64ba4813ae7bfad6c161 Mon Sep 17 00:00:00 2001 From: Nitin Mittal Date: Thu, 7 Sep 2023 12:12:58 +0400 Subject: [PATCH 3/3] 2.4.57 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 16aa491..6b849b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@maticnetwork/meta", - "version": "2.4.56", + "version": "2.4.57", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@maticnetwork/meta", - "version": "2.4.56", + "version": "2.4.57", "license": "MIT" } } diff --git a/package.json b/package.json index 9b3ac06..01480dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@maticnetwork/meta", - "version": "2.4.56", + "version": "2.4.57", "description": "Matic network contracts' addresses and ABIs", "repository": { "type": "git",