Skip to content

Commit

Permalink
Merge pull request #390 from EdgeApp/eliran/canReplaceByFee
Browse files Browse the repository at this point in the history
Set the 'canReplaceByFee' to true for all the EVM chains
  • Loading branch information
thehobbit85 authored Mar 4, 2022
2 parents 01c695f + 6f6f5c6 commit 908e623
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"chai": "^4.2.0",
"edge-core-js": "^0.19.4",
"edge-core-js": "^0.19.10",
"eslint": "^7.14.0",
"eslint-config-standard-kit": "0.15.1",
"eslint-plugin-flowtype": "^5.2.0",
Expand Down
1 change: 1 addition & 0 deletions src/ethereum/avaxInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export const currencyInfo: EdgeCurrencyInfo = {
pluginId: 'avalanche', // matching mnemonic here
walletType: 'wallet:avalanche',

canReplaceByFee: true,
defaultSettings,

addressExplorer: 'https://snowtrace.io/address/%s',
Expand Down
1 change: 1 addition & 0 deletions src/ethereum/bscInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export const currencyInfo: EdgeCurrencyInfo = {
pluginId: 'binancesmartchain',
walletType: 'wallet:binancesmartchain',

canReplaceByFee: true,
defaultSettings,

addressExplorer: 'https://bscscan.com/address/%s',
Expand Down
1 change: 1 addition & 0 deletions src/ethereum/celoInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export const currencyInfo: EdgeCurrencyInfo = {
pluginId: 'celo',
walletType: 'wallet:celo',

canReplaceByFee: true,
defaultSettings,

addressExplorer: 'https://explorer.celo.org/address/%s',
Expand Down
1 change: 1 addition & 0 deletions src/ethereum/etcInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export const currencyInfo: EdgeCurrencyInfo = {
pluginId: 'ethereumclassic',
walletType: 'wallet:ethereumclassic',

canReplaceByFee: true,
defaultSettings,

addressExplorer: 'https://blockscout.com/etc/mainnet/address/%s',
Expand Down
1 change: 1 addition & 0 deletions src/ethereum/ethInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ export const currencyInfo: EdgeCurrencyInfo = {
pluginId: 'ethereum',
walletType: 'wallet:ethereum',

canReplaceByFee: true,
defaultSettings,

addressExplorer: 'https://etherscan.io/address/%s',
Expand Down
1 change: 1 addition & 0 deletions src/ethereum/ftminfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export const currencyInfo: EdgeCurrencyInfo = {
pluginId: 'fantom',
walletType: 'wallet:fantom',

canReplaceByFee: true,
defaultSettings,

addressExplorer: 'https://ftmscan.com/address/%s',
Expand Down
1 change: 1 addition & 0 deletions src/ethereum/maticInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export const currencyInfo: EdgeCurrencyInfo = {
pluginId: 'polygon', // matching mnemonic here
walletType: 'wallet:polygon',

canReplaceByFee: true,
defaultSettings,

addressExplorer: 'https://polygonscan.com/address/%s',
Expand Down
1 change: 1 addition & 0 deletions src/ethereum/rskInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export const currencyInfo: EdgeCurrencyInfo = {
pluginId: 'rsk',
walletType: 'wallet:rsk',

canReplaceByFee: true,
defaultSettings,

addressExplorer: 'https://explorer.rsk.co/address/%s',
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3140,10 +3140,10 @@ diffie-hellman@^5.0.0:
miller-rabin "^4.0.0"
randombytes "^2.0.0"

disklet@^0.4.5:
version "0.4.6"
resolved "https://registry.yarnpkg.com/disklet/-/disklet-0.4.6.tgz#5315b62e331423f97f609bf34e5868665d988f4e"
integrity sha512-Qz+P1eFcade+IbTaA2B7jsMMibSZR/hdV1YontkdfGmZjBRHhBTOPwknc89g7R4rAQomfLey1HHkDoHDww98eA==
disklet@^0.5.2:
version "0.5.2"
resolved "https://registry.yarnpkg.com/disklet/-/disklet-0.5.2.tgz#eb1b3bfc2840883cb432aaa16d2c78a345cdd778"
integrity sha512-Fx9LFHztHa47QVCHKaABvk+R/zInmi17HweWM+PQyO3bv55E709IPcJIMOH1WyuPNTPHAAM9GToN6NgpdLhUCQ==
dependencies:
rfc4648 "^1.3.0"

Expand Down Expand Up @@ -3210,17 +3210,17 @@ [email protected]:
bindings "^1.2.1"
nan "^2.0.9"

edge-core-js@^0.19.4:
version "0.19.4"
resolved "https://registry.yarnpkg.com/edge-core-js/-/edge-core-js-0.19.4.tgz#550164ca94ba5270d6b3ad130aff08ffb52f3acc"
integrity sha512-PgB4uELyL0r6USF2bqipU1IrC7lQKWNh0XHW/dFz+a4zSSSz+wa3dST6hOh2G0sMHgCrKiXBddfF37xZbO0UyQ==
edge-core-js@^0.19.10:
version "0.19.10"
resolved "https://registry.yarnpkg.com/edge-core-js/-/edge-core-js-0.19.10.tgz#a03e2b805cbc4538817d6170471f2e368c605765"
integrity sha512-XEi0YAVIEvwOejsKMAahmDj44ogVcjwNiM3AN0Hyo4ZR+U3AL2NzJOhWItofsXz7+HB/LeHTvhvUR8vLJB0+vA==
dependencies:
aes-js "^3.1.0"
base-x "^1.0.4"
biggystring "^3.0.2"
cleaners "^0.3.11"
currency-codes "^1.1.2"
disklet "^0.4.5"
disklet "^0.5.2"
edge-sync-client "^0.2.6"
elliptic "^6.4.0"
ethereumjs-tx "^1.3.7"
Expand Down

0 comments on commit 908e623

Please sign in to comment.