mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
added Dispenser and FixedRateExchange files
This commit is contained in:
parent
21178025ee
commit
1bcde4dc4d
6
src/pools/dispenser/Dispenser.ts
Normal file
6
src/pools/dispenser/Dispenser.ts
Normal file
@ -0,0 +1,6 @@
|
||||
import Web3 from 'web3'
|
||||
|
||||
export class Dispenser {
|
||||
public GASLIMIT_DEFAULT = 1000000
|
||||
public web3: Web3 = null
|
||||
}
|
6
src/pools/fixedRate/FixedRateExchange.ts
Normal file
6
src/pools/fixedRate/FixedRateExchange.ts
Normal file
@ -0,0 +1,6 @@
|
||||
import Web3 from 'web3'
|
||||
|
||||
export class FixedRateExchange {
|
||||
public GASLIMIT_DEFAULT = 1000000
|
||||
public web3: Web3 = null
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user