6 lines
100 B
JavaScript
6 lines
100 B
JavaScript
import { ethers } from 'ethers'
|
|
|
|
export default ({ app }, inject) => {
|
|
inject('ethers', ethers)
|
|
}
|