Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions config/general.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ export default async function ({ network }: HardhatRuntimeEnvironment) {
multichainProviders: {
"0x6fddB6270F6c71f31B62AE0260cfa8E2e2d186E0": true, // StargatePoolNative
"0x543BdA7c6cA4384FE90B1F5929bb851F52888983": true, // StargatePoolUSDC
"0xB956d6FDFB235636DE7885C5166756823bb27e3a": true, // StargatePoolUSDT
"0xe4EBcAC4a2e6CBEE385eE407f7D5E278Bc07e11e": true, // MarketToken_Adapter
"0xD5BdEa6dC8E4B7429b72675386fC903DEf06599d": true, // GlvToken_Adapter
},
Expand Down
26 changes: 26 additions & 0 deletions config/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1456,6 +1456,32 @@ const config: {
stablePrice: decimalToFloat(1),
},
},
"USDT.SG": {
address: "0x095f40616FA98Ff75D1a7D0c68685c5ef806f110", // Stargate USDT
decimals: 6,
transferGasLimit: 200 * 1000,
dataStreamFeedId: "0x0003dc85e8b01946bf9dfd8b0db860129181eb6105a8c8981d9f28e00b6f60d9", // Circle USDC
dataStreamFeedDecimals: 18,
priceFeed: {
address: "0x0153002d20B96532C639313c2d54c3dA09109309", // Circle USDC
decimals: 8,
heartbeatDuration: 144 * 60 * 60,
stablePrice: decimalToFloat(1),
},
},
"USDT.SG": {
address: "0x095f40616FA98Ff75D1a7D0c68685c5ef806f110", // Stargate USDT
decimals: 6,
transferGasLimit: 200 * 1000,
dataStreamFeedId: "0x0003dc85e8b01946bf9dfd8b0db860129181eb6105a8c8981d9f28e00b6f60d9", // Circle USDC
dataStreamFeedDecimals: 18,
priceFeed: {
address: "0x0153002d20B96532C639313c2d54c3dA09109309", // Circle USDC
decimals: 8,
heartbeatDuration: 144 * 60 * 60,
stablePrice: decimalToFloat(1),
},
},
},
arbitrumGoerli: {
WETH: {
Expand Down
5 changes: 5 additions & 0 deletions deploy/deployFeeDistributor.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { grantRoleIfNotGranted } from "../utils/role";
import { createDeployFunction } from "../utils/deploy";
import { HardhatRuntimeEnvironment } from "hardhat/types";

const constructorContracts = [
"RoleStore",
Expand Down Expand Up @@ -52,4 +53,8 @@ const func = createDeployFunction({
id: "FeeDistributor_1",
});

func.skip = async ({ network }: HardhatRuntimeEnvironment) => {
return ["arbitrumSepolia"].includes(network.name);
};

export default func;
3 changes: 2 additions & 1 deletion deployments/arbitrumSepolia/.migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@
"ChainlinkPriceFeedProvider_6": 1751877963,
"Oracle_6": 1751877977,
"ChainlinkDataStreamProvider_6": 1751877989,
"ClaimVault_1": 1755765475
"ClaimVault_1": 1755765475,
"ContributorHandler_1": 1761770214
}
42 changes: 21 additions & 21 deletions deployments/arbitrumSepolia/AdlHandler.json

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions deployments/arbitrumSepolia/AdlUtils.json

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions deployments/arbitrumSepolia/AutoCancelSyncer.json

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions deployments/arbitrumSepolia/BaseOrderUtils.json

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions deployments/arbitrumSepolia/BridgeOutFromControllerUtils.json

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions deployments/arbitrumSepolia/CallbackUtils.json

Large diffs are not rendered by default.

46 changes: 24 additions & 22 deletions deployments/arbitrumSepolia/ClaimHandler.json

Large diffs are not rendered by default.

68 changes: 68 additions & 0 deletions deployments/arbitrumSepolia/ClaimUtils.json

Large diffs are not rendered by default.

56 changes: 37 additions & 19 deletions deployments/arbitrumSepolia/Config.json

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions deployments/arbitrumSepolia/ConfigSyncer.json

Large diffs are not rendered by default.

388 changes: 194 additions & 194 deletions deployments/arbitrumSepolia/ConfigTimelockController.json

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions deployments/arbitrumSepolia/ConfigUtils.json

Large diffs are not rendered by default.

Loading
Loading