Skip to content

Commit fcb347b

Browse files
committed
feat(napier): add Plume chain support for dexs and fees
1 parent 8dd9088 commit fcb347b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

dexs/napier/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ const chainConfig: Record<Chain, { start: string }> = {
156156
[CHAIN.POLYGON]: { start: "2024-03-12" },
157157
[CHAIN.AVAX]: { start: "2024-03-12" },
158158
[CHAIN.HYPERLIQUID]: { start: "2024-03-13" },
159+
[CHAIN.PLUME]: { start: "2024-03-13" },
159160
};
160161

161162
const adapter: SimpleAdapter = {

fees/napier/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@ const chainConfig: Record<Chain, Config> = {
144144
treasury: "0x655231493557bb07df178Bdc29a65435934937e3",
145145
start: "2024-03-13",
146146
},
147+
[CHAIN.PLUME]: {
148+
treasury: "0x655231493557bb07df178Bdc29a65435934937e3",
149+
start: "2024-03-13",
150+
},
147151
};
148152

149153
type Config = {

0 commit comments

Comments
 (0)