Skip to content

Commit

Permalink
Rubic 2631 (#672)
Browse files Browse the repository at this point in the history
  • Loading branch information
IDIDOS authored Jul 10, 2024
2 parents 9aea732 + fbba112 commit ba0551f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rubic-sdk",
"version": "5.31.2",
"version": "5.31.3",
"description": "Simplify dApp creation",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/common/tokens/constants/wrapped-addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const wrappedAddress: Partial<Record<EvmBlockchainName, string>> = {
[BLOCKCHAIN_NAME.SCROLL_SEPOLIA]: '0x5300000000000000000000000000000000000004',
[BLOCKCHAIN_NAME.ARTHERA]: '0xC7A183Ad373301d68f7E0Ee824c8c727C7D5B21d',
[BLOCKCHAIN_NAME.SEPOLIA]: '0xfff9976782d46cc05630d1f6ebab18b2324d6b14',
[BLOCKCHAIN_NAME.BERACHAIN]: '0x5806E416dA447b267cEA759358cF22Cc41FAE80F',
[BLOCKCHAIN_NAME.BERACHAIN]: '0x7507c1dc16935B82698e4C63f2746A2fCf994dF8',
[BLOCKCHAIN_NAME.BLAST_TESTNET]: '0x4200000000000000000000000000000000000023',
[BLOCKCHAIN_NAME.HOLESKY]: ''
};
2 changes: 1 addition & 1 deletion src/common/tokens/constants/wrapped-native-tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ export const wrappedNativeTokensList: Partial<Record<EvmBlockchainName, Token>>
}),
[BLOCKCHAIN_NAME.BERACHAIN]: new Token({
blockchain: BLOCKCHAIN_NAME.BERACHAIN,
address: '0x5806E416dA447b267cEA759358cF22Cc41FAE80F',
address: '0x7507c1dc16935B82698e4C63f2746A2fCf994dF8',
name: 'Wrapped BERA',
symbol: 'WBERA',
decimals: 18
Expand Down
2 changes: 1 addition & 1 deletion src/core/blockchain/models/backend-blockchains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ const BLOCKCHAINS_MAPPING = {
[BLOCKCHAIN_NAME.SEPOLIA]: 'sepolia',
[BLOCKCHAIN_NAME.MANTA_PACIFIC]: 'manta-pacific',
[BLOCKCHAIN_NAME.SCROLL]: 'scroll',
[BLOCKCHAIN_NAME.BERACHAIN]: 'berachain',
[BLOCKCHAIN_NAME.BERACHAIN]: 'berachain-bartio',
[BLOCKCHAIN_NAME.BLAST_TESTNET]: 'blast',
[BLOCKCHAIN_NAME.BLAST]: 'blast',
[BLOCKCHAIN_NAME.HOLESKY]: 'holesky',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const blockchainId: Record<BlockchainName, number> = {
[BLOCKCHAIN_NAME.SCROLL_SEPOLIA]: 534351,
[BLOCKCHAIN_NAME.ARTHERA]: 10243,
[BLOCKCHAIN_NAME.SEPOLIA]: 11155111,
[BLOCKCHAIN_NAME.BERACHAIN]: 80085,
[BLOCKCHAIN_NAME.BERACHAIN]: 80084,
[BLOCKCHAIN_NAME.BLAST_TESTNET]: 168587773,
[BLOCKCHAIN_NAME.HOLESKY]: 17000,
// Non EVN blockchains
Expand Down

0 comments on commit ba0551f

Please sign in to comment.