Skip to content

Commit c29b223

Browse files
committed
feat(dex): add huckleberry contracts address
1 parent de1aab0 commit c29b223

31 files changed

+225
-113
lines changed

packages/mask/src/plugins/Trader/trader/useGetTradeContext.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ import {
1919
TRISOLARIS_CUSTOM_BASES,
2020
SOLARBEAM_BASE_AGAINST_TOKENS,
2121
SOLARBEAM_CUSTOM_BASES,
22+
HUCKLEBERRY_BASE_AGAINST_TOKENS,
23+
HUCKLEBERRY_CUSTOM_BASES,
2224
} from '../constants'
2325
import { unreachable } from '@dimensiondev/kit'
2426
import { TargetChainIdContext } from './useTargetChainIdContext'
1.81 KB
Loading
6.95 KB
Loading

packages/mask/src/utils/native-rpc/Web.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ export const MaskNetworkAPI: MaskNetworkAPIs = {
123123
return Services.Settings.getMoonriverNetworkTradeProvider()
124124
case NetworkType.Aurora:
125125
return Services.Settings.getAuroraNetworkTradeProvider()
126-
127126
case NetworkType.Boba:
128127
case NetworkType.Fuse:
129128
case NetworkType.Metis:

packages/web3-constants/compile-constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ compileConstants(path.join(__dirname, 'evm'), [
5757
'Fantom',
5858
'Aurora',
5959
'Aurora_Testnet',
60+
'Moonriver',
6061
])
6162

6263
compileConstants(path.join(__dirname, 'solana'), ['Mainnet', 'Testnet', 'Devnet'])

packages/web3-constants/evm/airdrop.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"Celo": "",
1616
"Fantom": "",
1717
"Aurora": "",
18-
"Aurora_Testnet": ""
18+
"Aurora_Testnet": "",
19+
"Moonriver": ""
1920
}
2021
}

packages/web3-constants/evm/coingecko.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"Celo": "celo",
1616
"Fantom": "fantom",
1717
"Aurora": "aurora",
18-
"Aurora_Testnet": ""
18+
"Aurora_Testnet": "",
19+
"Moonriver": ""
1920
},
2021
"COIN_ID": {
2122
"Mainnet": "ethereum",
@@ -33,6 +34,7 @@
3334
"Celo": "celo",
3435
"Fantom": "fantom",
3536
"Aurora": "ethereum",
36-
"Aurora_Testnet": ""
37+
"Aurora_Testnet": "",
38+
"Moonriver": ""
3739
}
3840
}

packages/web3-constants/evm/coinmarketcap.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"Celo": "5567",
1616
"Fantom": "3513",
1717
"Aurora": "1313161554",
18-
"Aurora_Testnet": ""
18+
"Aurora_Testnet": "",
19+
"Moonriver": ""
1920
}
2021
}

packages/web3-constants/evm/cryptoartai.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"Celo": "",
1616
"Fantom": "",
1717
"Aurora": "",
18-
"Aurora_Testnet": ""
18+
"Aurora_Testnet": "",
19+
"Moonriver": ""
1920
},
2021
"ARTIST_ACCEPTING_BIDS_V2": {
2122
"Mainnet": "0x78C889749f29D2965a76Ede3BBb232A9729Ccf0b",
@@ -33,7 +34,8 @@
3334
"Celo": "",
3435
"Fantom": "",
3536
"Aurora": "",
36-
"Aurora_Testnet": ""
37+
"Aurora_Testnet": "",
38+
"Moonriver": ""
3739
},
3840
"CANFT_MARKET": {
3941
"Mainnet": "0x72d081953957723e540780a0C6bA31725469238E",
@@ -51,6 +53,7 @@
5153
"Celo": "",
5254
"Fantom": "",
5355
"Aurora": "",
54-
"Aurora_Testnet": ""
56+
"Aurora_Testnet": "",
57+
"Moonriver": ""
5558
}
5659
}

packages/web3-constants/evm/debank.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"Celo": "celo",
1616
"Fantom": "ftm",
1717
"Aurora": "aurora",
18-
"Aurora_Testnet": ""
18+
"Aurora_Testnet": "",
19+
"Moonriver": ""
1920
}
2021
}

0 commit comments

Comments
 (0)