kitabu-chain-explorer/plugins/ethers.js

6 lines
100 B
JavaScript

import { ethers } from 'ethers'
export default ({ app }, inject) => {
inject('ethers', ethers)
}