Skip to content

Commit

Permalink
Set an alias to rsk-precompiled-abis dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanieliov committed May 27, 2024
1 parent cb89bf4 commit 0bf3126
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const Bridge = require('@rsksmart/rsk-precompiled-abis').bridge;
const Bridge = require('@rsksmart/rsk-precompiled-abis-lovell700').bridge;
const BridgeTx = require("./BridgeTx");
const BridgeMethod = require("./BridgeMethod");
const BridgeEvent = require("./BridgeEvent");
Expand Down
5 changes: 3 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"homepage": "https://github.com/rsksmart/bridge-transaction-parser#readme",
"dependencies": {
"@rsksmart/rsk-precompiled-abis": "git+https://github.com/rsksmart/precompiled-abis#master"
"@rsksmart/rsk-precompiled-abis-lovell700": "git+https://github.com/rsksmart/precompiled-abis#master"
},
"author": "",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion tool/live-monitor/live-monitor.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const BridgeTransactionParser = require('../../index');
const Bridge = require('@rsksmart/rsk-precompiled-abis').bridge;
const Bridge = require('@rsksmart/rsk-precompiled-abis-lovell700').bridge;
const EventEmitter = require('node:events');
const { MONITOR_EVENTS, defaultParamsValues } = require('./live-monitor-utils');
const Web3 = require('web3');
Expand Down

0 comments on commit 0bf3126

Please sign in to comment.