Skip to content

Commit

Permalink
Allow swaps to be refundable
Browse files Browse the repository at this point in the history
  • Loading branch information
monokh committed Jul 20, 2021
1 parent 860dcfa commit 6f4b3de
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configs/liquality.io.mainnet.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ export default {
contractAddress: '0x1f9840a85d5af5bf1d1762f925bdaddc4201f984',
network: 'ethereum_mainnet',
explorerPath: 'https://etherscan.io/tx/0x'
},
NEAR: {
explorerPath: 'https://explorer.mainnet.near.org/transactions/'
}
},
defaultFee: 'average',
Expand Down
3 changes: 3 additions & 0 deletions configs/liquality.io.testnet.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ export default {
contractAddress: '0xcE2748BE67fB4346654B4500c4BB0642536365FC',
network: 'rinkeby',
explorerPath: 'https://rinkeby.etherscan.io/tx/0x'
},
NEAR: {
explorerPath: 'https://explorer.testnet.near.org/transactions/'
}
},

Expand Down
3 changes: 3 additions & 0 deletions src/config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ export default {
network: 'rinkeby',
explorerPath: 'https://rinkeby.etherscan.io/tx/0x'
},
NEAR: {
explorerPath: 'https://explorer.testnet.near.org/transactions/'
}
},
debug: true,
defaultFee: 'average',
Expand Down

0 comments on commit 6f4b3de

Please sign in to comment.