Skip to content

Commit

Permalink
chore: small cleanup in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
hatskier committed Nov 6, 2022
1 parent 9517c63 commit d1299fb
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions test/AvalancheProdExample.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
const { formatBytes32String } = require("ethers/lib/utils");
const { WrapperBuilder } = require("@redstone-finance/evm-connector");
// const { expect } = require("chai");

const redstoneCacheLayerUrls = ["https://d33trozg86ya9x.cloudfront.net"];

// const redstoneCacheLayerUrls = ["http://localhost:3000"];

describe("AvalancheProdExample", function () {
let contract;

Expand Down
1 change: 0 additions & 1 deletion test/MainExample.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const { WrapperBuilder } = require("@redstone-finance/evm-connector");
// const { expect } = require("chai");

describe("MainExample", function () {
let contract;
Expand Down
1 change: 0 additions & 1 deletion test/RapidExample.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const { WrapperBuilder } = require("@redstone-finance/evm-connector");
// const { expect } = require("chai");

describe("RapidExample", function () {
let contract;
Expand Down
1 change: 0 additions & 1 deletion test/StocksExample.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const { WrapperBuilder } = require("@redstone-finance/evm-connector");
// const { expect } = require("chai");

describe("StocksExample", function () {
let contract;
Expand Down
1 change: 0 additions & 1 deletion test/TwapsExample.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const { WrapperBuilder } = require("@redstone-finance/evm-connector");
// const { expect } = require("chai");

describe("TwapsExample", function () {
let contract;
Expand Down

0 comments on commit d1299fb

Please sign in to comment.