diff --git a/web3.js/examples/budget-timestamp.js b/web3.js/examples/budget-timestamp.js index 299f1c5662..65c2b2aaa7 100644 --- a/web3.js/examples/budget-timestamp.js +++ b/web3.js/examples/budget-timestamp.js @@ -6,7 +6,6 @@ */ const common = require('./budget-common'); - const solanaWeb3 = require('..'); //const solanaWeb3 = require('@solana/web3.js'); diff --git a/web3.js/examples/budget-two-approvers.js b/web3.js/examples/budget-two-approvers.js index 6e4458e1b8..4fa7fe3429 100644 --- a/web3.js/examples/budget-two-approvers.js +++ b/web3.js/examples/budget-two-approvers.js @@ -5,7 +5,6 @@ */ const common = require('./budget-common'); - const solanaWeb3 = require('..'); //const solanaWeb3 = require('@solana/web3.js');