Skip to content

Commit 6bda8af

Browse files
committed
updated contract addresses
1 parent 0709d9e commit 6bda8af

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

apps/box/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ android {
8282
applicationId "land.fx.blox"
8383
minSdkVersion rootProject.ext.minSdkVersion
8484
targetSdkVersion rootProject.ext.targetSdkVersion
85-
versionCode 236
86-
versionName "1.6.36"
85+
versionCode 237
86+
versionName "2.0.0"
8787
// buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
8888

8989
testBuildType System.getProperty('testBuildType', 'debug')

apps/box/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "box",
3-
"version": "1.6.36",
3+
"version": "2.0.0",
44
"private": true,
55
"dependencies": {
66
"@functionland/fula-sec": "*",

apps/box/src/contracts/config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ export const CONTRACT_ADDRESSES: Record<SupportedChain, ChainConfig> = {
1111
requiresAuth: true,
1212
contracts: {
1313
// Updated proxy contract addresses
14-
poolStorage: '0xf293A6902662DcB09E310254A5e418cb28D71b6b',
15-
rewardEngine: '0x02651083A2a5B5cEe6125659c2759EBFaCC7A90A',
14+
poolStorage: '0xb093fF4B3B3B87a712107B26566e0cCE5E752b4D',
15+
rewardEngine: '0x31029f90405fd3D9cB0835c6d21b9DFF058Df45A',
1616
fulaToken: '0x9e12735d77c72c5C3670636D428f2F3815d8A4cB',
1717
},
1818
},
@@ -24,8 +24,8 @@ export const CONTRACT_ADDRESSES: Record<SupportedChain, ChainConfig> = {
2424
requiresAuth: false,
2525
contracts: {
2626
// Updated proxy contract addresses
27-
poolStorage: '0xf293A6902662DcB09E310254A5e418cb28D71b6b',
28-
rewardEngine: '0xa8CFA5758e706294eCbB8a4b104Df63fFB7e807B',
27+
poolStorage: '0xf9176Ffde541bF0aa7884298Ce538c471Ad0F015',
28+
rewardEngine: '0xF7c64248294C45Eb3AcdD282b58675F1831fb047',
2929
fulaToken: '0x9e12735d77c72c5C3670636D428f2F3815d8A4cB',
3030
},
3131
},

0 commit comments

Comments
 (0)