Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/rmrk-team/rmrk-js
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuripetusko committed Jan 23, 2024
2 parents d686f42 + df7fe26 commit 9fca88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rmrk-evm-utils/src/scripts/get-rmrk-abis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import * as fs from 'fs';
import { Abi } from 'abitype/zod';
import 'dotenv/config';
import type { Address } from 'viem';
import { EVM_RMRK_CONTRACTS, NETWORK_CONTRACTS_PROPS } from '../index.js';
import { base } from 'wagmi/chains';
import { EVM_RMRK_CONTRACTS, NETWORK_CONTRACTS_PROPS } from '../index.js';

const BASESCAN_API_URL = 'https://api.basescan.org/api';

Expand Down

0 comments on commit 9fca88e

Please sign in to comment.