@gfxlabs/oku-chains 1.1.256 → 1.1.258
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser.js +28 -2
- package/dist/index-mjs.js +28 -2
- package/dist/index.js +28 -2
- package/dist/types/browser.d.ts +24 -4
- package/dist/types/index-mjs.d.ts +24 -4
- package/dist/types/index.d.ts +24 -4
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -2979,7 +2979,28 @@
|
|
|
2979
2979
|
safeReorgDistance: 90000,
|
|
2980
2980
|
externalId: {},
|
|
2981
2981
|
markets: {},
|
|
2982
|
-
bridges: {
|
|
2982
|
+
bridges: {
|
|
2983
|
+
stargate: {
|
|
2984
|
+
endpointID: 30369,
|
|
2985
|
+
tokens: [{
|
|
2986
|
+
name: "ETH",
|
|
2987
|
+
type: "OFT",
|
|
2988
|
+
id: 13,
|
|
2989
|
+
address: "0x108f4c02C9fcDF862e5f5131054c50f13703f916"
|
|
2990
|
+
}, {
|
|
2991
|
+
name: "USDC",
|
|
2992
|
+
type: "OFT",
|
|
2993
|
+
id: 1,
|
|
2994
|
+
address: "0x12a272A581feE5577A5dFa371afEB4b2F3a8C2F8"
|
|
2995
|
+
}, {
|
|
2996
|
+
name: "USDT",
|
|
2997
|
+
type: "OFT",
|
|
2998
|
+
id: 2,
|
|
2999
|
+
address: "0xC16977205c53Cd854136031BD2128F75D6ff63C9"
|
|
3000
|
+
}
|
|
3001
|
+
]
|
|
3002
|
+
}
|
|
3003
|
+
},
|
|
2983
3004
|
oracles: {},
|
|
2984
3005
|
morpho: {},
|
|
2985
3006
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
@@ -3019,7 +3040,12 @@
|
|
|
3019
3040
|
{ symbol: "USDC.e", address: "0x0829F361A05D993d5CEb035cA6DF3446b060970b" },
|
|
3020
3041
|
],
|
|
3021
3042
|
stables: ["0x0829F361A05D993d5CEb035cA6DF3446b060970b"],
|
|
3022
|
-
watchlist: [
|
|
3043
|
+
watchlist: [
|
|
3044
|
+
"0x9475b76b7f77791b6147cb989187fecd9b55398a",
|
|
3045
|
+
"0x0085a09e68468a99c6ec3c0c9c98e17af614c470",
|
|
3046
|
+
"0x9fe58f1883732931625c281afe2a068fe19183f5",
|
|
3047
|
+
"0xd8f82b8d2e82265ac25d8d4ef3ca47917693d3d5",
|
|
3048
|
+
],
|
|
3023
3049
|
internalName: "nibiru",
|
|
3024
3050
|
nativeLogoUrl: "https://assets.oku.trade/natives/nibi.svg",
|
|
3025
3051
|
contracts: {
|
package/dist/index-mjs.js
CHANGED
|
@@ -2976,7 +2976,28 @@ const nibiru = makeConfig({
|
|
|
2976
2976
|
safeReorgDistance: 90000,
|
|
2977
2977
|
externalId: {},
|
|
2978
2978
|
markets: {},
|
|
2979
|
-
bridges: {
|
|
2979
|
+
bridges: {
|
|
2980
|
+
stargate: {
|
|
2981
|
+
endpointID: 30369,
|
|
2982
|
+
tokens: [{
|
|
2983
|
+
name: "ETH",
|
|
2984
|
+
type: "OFT",
|
|
2985
|
+
id: 13,
|
|
2986
|
+
address: "0x108f4c02C9fcDF862e5f5131054c50f13703f916"
|
|
2987
|
+
}, {
|
|
2988
|
+
name: "USDC",
|
|
2989
|
+
type: "OFT",
|
|
2990
|
+
id: 1,
|
|
2991
|
+
address: "0x12a272A581feE5577A5dFa371afEB4b2F3a8C2F8"
|
|
2992
|
+
}, {
|
|
2993
|
+
name: "USDT",
|
|
2994
|
+
type: "OFT",
|
|
2995
|
+
id: 2,
|
|
2996
|
+
address: "0xC16977205c53Cd854136031BD2128F75D6ff63C9"
|
|
2997
|
+
}
|
|
2998
|
+
]
|
|
2999
|
+
}
|
|
3000
|
+
},
|
|
2980
3001
|
oracles: {},
|
|
2981
3002
|
morpho: {},
|
|
2982
3003
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
@@ -3016,7 +3037,12 @@ const nibiru = makeConfig({
|
|
|
3016
3037
|
{ symbol: "USDC.e", address: "0x0829F361A05D993d5CEb035cA6DF3446b060970b" },
|
|
3017
3038
|
],
|
|
3018
3039
|
stables: ["0x0829F361A05D993d5CEb035cA6DF3446b060970b"],
|
|
3019
|
-
watchlist: [
|
|
3040
|
+
watchlist: [
|
|
3041
|
+
"0x9475b76b7f77791b6147cb989187fecd9b55398a",
|
|
3042
|
+
"0x0085a09e68468a99c6ec3c0c9c98e17af614c470",
|
|
3043
|
+
"0x9fe58f1883732931625c281afe2a068fe19183f5",
|
|
3044
|
+
"0xd8f82b8d2e82265ac25d8d4ef3ca47917693d3d5",
|
|
3045
|
+
],
|
|
3020
3046
|
internalName: "nibiru",
|
|
3021
3047
|
nativeLogoUrl: "https://assets.oku.trade/natives/nibi.svg",
|
|
3022
3048
|
contracts: {
|
package/dist/index.js
CHANGED
|
@@ -2978,7 +2978,28 @@ const nibiru = makeConfig({
|
|
|
2978
2978
|
safeReorgDistance: 90000,
|
|
2979
2979
|
externalId: {},
|
|
2980
2980
|
markets: {},
|
|
2981
|
-
bridges: {
|
|
2981
|
+
bridges: {
|
|
2982
|
+
stargate: {
|
|
2983
|
+
endpointID: 30369,
|
|
2984
|
+
tokens: [{
|
|
2985
|
+
name: "ETH",
|
|
2986
|
+
type: "OFT",
|
|
2987
|
+
id: 13,
|
|
2988
|
+
address: "0x108f4c02C9fcDF862e5f5131054c50f13703f916"
|
|
2989
|
+
}, {
|
|
2990
|
+
name: "USDC",
|
|
2991
|
+
type: "OFT",
|
|
2992
|
+
id: 1,
|
|
2993
|
+
address: "0x12a272A581feE5577A5dFa371afEB4b2F3a8C2F8"
|
|
2994
|
+
}, {
|
|
2995
|
+
name: "USDT",
|
|
2996
|
+
type: "OFT",
|
|
2997
|
+
id: 2,
|
|
2998
|
+
address: "0xC16977205c53Cd854136031BD2128F75D6ff63C9"
|
|
2999
|
+
}
|
|
3000
|
+
]
|
|
3001
|
+
}
|
|
3002
|
+
},
|
|
2982
3003
|
oracles: {},
|
|
2983
3004
|
morpho: {},
|
|
2984
3005
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
@@ -3018,7 +3039,12 @@ const nibiru = makeConfig({
|
|
|
3018
3039
|
{ symbol: "USDC.e", address: "0x0829F361A05D993d5CEb035cA6DF3446b060970b" },
|
|
3019
3040
|
],
|
|
3020
3041
|
stables: ["0x0829F361A05D993d5CEb035cA6DF3446b060970b"],
|
|
3021
|
-
watchlist: [
|
|
3042
|
+
watchlist: [
|
|
3043
|
+
"0x9475b76b7f77791b6147cb989187fecd9b55398a",
|
|
3044
|
+
"0x0085a09e68468a99c6ec3c0c9c98e17af614c470",
|
|
3045
|
+
"0x9fe58f1883732931625c281afe2a068fe19183f5",
|
|
3046
|
+
"0xd8f82b8d2e82265ac25d8d4ef3ca47917693d3d5",
|
|
3047
|
+
],
|
|
3022
3048
|
internalName: "nibiru",
|
|
3023
3049
|
nativeLogoUrl: "https://assets.oku.trade/natives/nibi.svg",
|
|
3024
3050
|
contracts: {
|
package/dist/types/browser.d.ts
CHANGED
|
@@ -5149,7 +5149,17 @@ declare const nibiru: Readonly<{
|
|
|
5149
5149
|
safeReorgDistance: 90000;
|
|
5150
5150
|
externalId: {};
|
|
5151
5151
|
markets: {};
|
|
5152
|
-
bridges: {
|
|
5152
|
+
bridges: {
|
|
5153
|
+
stargate: {
|
|
5154
|
+
endpointID: number;
|
|
5155
|
+
tokens: {
|
|
5156
|
+
name: string;
|
|
5157
|
+
type: string;
|
|
5158
|
+
id: number;
|
|
5159
|
+
address: string;
|
|
5160
|
+
}[];
|
|
5161
|
+
};
|
|
5162
|
+
};
|
|
5153
5163
|
oracles: {};
|
|
5154
5164
|
morpho: {};
|
|
5155
5165
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
@@ -5192,7 +5202,7 @@ declare const nibiru: Readonly<{
|
|
|
5192
5202
|
address: "0x0829F361A05D993d5CEb035cA6DF3446b060970b";
|
|
5193
5203
|
})[];
|
|
5194
5204
|
stables: "0x0829F361A05D993d5CEb035cA6DF3446b060970b"[];
|
|
5195
|
-
watchlist:
|
|
5205
|
+
watchlist: ("0x9475b76b7f77791b6147cb989187fecd9b55398a" | "0x0085a09e68468a99c6ec3c0c9c98e17af614c470" | "0x9fe58f1883732931625c281afe2a068fe19183f5" | "0xd8f82b8d2e82265ac25d8d4ef3ca47917693d3d5")[];
|
|
5196
5206
|
internalName: "nibiru";
|
|
5197
5207
|
nativeLogoUrl: "https://assets.oku.trade/natives/nibi.svg";
|
|
5198
5208
|
contracts: {
|
|
@@ -16481,7 +16491,17 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16481
16491
|
safeReorgDistance: 90000;
|
|
16482
16492
|
externalId: {};
|
|
16483
16493
|
markets: {};
|
|
16484
|
-
bridges: {
|
|
16494
|
+
bridges: {
|
|
16495
|
+
stargate: {
|
|
16496
|
+
endpointID: number;
|
|
16497
|
+
tokens: {
|
|
16498
|
+
name: string;
|
|
16499
|
+
type: string;
|
|
16500
|
+
id: number;
|
|
16501
|
+
address: string;
|
|
16502
|
+
}[];
|
|
16503
|
+
};
|
|
16504
|
+
};
|
|
16485
16505
|
oracles: {};
|
|
16486
16506
|
morpho: {};
|
|
16487
16507
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
@@ -16524,7 +16544,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16524
16544
|
address: "0x0829F361A05D993d5CEb035cA6DF3446b060970b";
|
|
16525
16545
|
})[];
|
|
16526
16546
|
stables: "0x0829F361A05D993d5CEb035cA6DF3446b060970b"[];
|
|
16527
|
-
watchlist:
|
|
16547
|
+
watchlist: ("0x9475b76b7f77791b6147cb989187fecd9b55398a" | "0x0085a09e68468a99c6ec3c0c9c98e17af614c470" | "0x9fe58f1883732931625c281afe2a068fe19183f5" | "0xd8f82b8d2e82265ac25d8d4ef3ca47917693d3d5")[];
|
|
16528
16548
|
internalName: "nibiru";
|
|
16529
16549
|
nativeLogoUrl: "https://assets.oku.trade/natives/nibi.svg";
|
|
16530
16550
|
contracts: {
|
|
@@ -5149,7 +5149,17 @@ declare const nibiru: Readonly<{
|
|
|
5149
5149
|
safeReorgDistance: 90000;
|
|
5150
5150
|
externalId: {};
|
|
5151
5151
|
markets: {};
|
|
5152
|
-
bridges: {
|
|
5152
|
+
bridges: {
|
|
5153
|
+
stargate: {
|
|
5154
|
+
endpointID: number;
|
|
5155
|
+
tokens: {
|
|
5156
|
+
name: string;
|
|
5157
|
+
type: string;
|
|
5158
|
+
id: number;
|
|
5159
|
+
address: string;
|
|
5160
|
+
}[];
|
|
5161
|
+
};
|
|
5162
|
+
};
|
|
5153
5163
|
oracles: {};
|
|
5154
5164
|
morpho: {};
|
|
5155
5165
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
@@ -5192,7 +5202,7 @@ declare const nibiru: Readonly<{
|
|
|
5192
5202
|
address: "0x0829F361A05D993d5CEb035cA6DF3446b060970b";
|
|
5193
5203
|
})[];
|
|
5194
5204
|
stables: "0x0829F361A05D993d5CEb035cA6DF3446b060970b"[];
|
|
5195
|
-
watchlist:
|
|
5205
|
+
watchlist: ("0x9475b76b7f77791b6147cb989187fecd9b55398a" | "0x0085a09e68468a99c6ec3c0c9c98e17af614c470" | "0x9fe58f1883732931625c281afe2a068fe19183f5" | "0xd8f82b8d2e82265ac25d8d4ef3ca47917693d3d5")[];
|
|
5196
5206
|
internalName: "nibiru";
|
|
5197
5207
|
nativeLogoUrl: "https://assets.oku.trade/natives/nibi.svg";
|
|
5198
5208
|
contracts: {
|
|
@@ -16481,7 +16491,17 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16481
16491
|
safeReorgDistance: 90000;
|
|
16482
16492
|
externalId: {};
|
|
16483
16493
|
markets: {};
|
|
16484
|
-
bridges: {
|
|
16494
|
+
bridges: {
|
|
16495
|
+
stargate: {
|
|
16496
|
+
endpointID: number;
|
|
16497
|
+
tokens: {
|
|
16498
|
+
name: string;
|
|
16499
|
+
type: string;
|
|
16500
|
+
id: number;
|
|
16501
|
+
address: string;
|
|
16502
|
+
}[];
|
|
16503
|
+
};
|
|
16504
|
+
};
|
|
16485
16505
|
oracles: {};
|
|
16486
16506
|
morpho: {};
|
|
16487
16507
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
@@ -16524,7 +16544,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16524
16544
|
address: "0x0829F361A05D993d5CEb035cA6DF3446b060970b";
|
|
16525
16545
|
})[];
|
|
16526
16546
|
stables: "0x0829F361A05D993d5CEb035cA6DF3446b060970b"[];
|
|
16527
|
-
watchlist:
|
|
16547
|
+
watchlist: ("0x9475b76b7f77791b6147cb989187fecd9b55398a" | "0x0085a09e68468a99c6ec3c0c9c98e17af614c470" | "0x9fe58f1883732931625c281afe2a068fe19183f5" | "0xd8f82b8d2e82265ac25d8d4ef3ca47917693d3d5")[];
|
|
16528
16548
|
internalName: "nibiru";
|
|
16529
16549
|
nativeLogoUrl: "https://assets.oku.trade/natives/nibi.svg";
|
|
16530
16550
|
contracts: {
|
package/dist/types/index.d.ts
CHANGED
|
@@ -5149,7 +5149,17 @@ declare const nibiru: Readonly<{
|
|
|
5149
5149
|
safeReorgDistance: 90000;
|
|
5150
5150
|
externalId: {};
|
|
5151
5151
|
markets: {};
|
|
5152
|
-
bridges: {
|
|
5152
|
+
bridges: {
|
|
5153
|
+
stargate: {
|
|
5154
|
+
endpointID: number;
|
|
5155
|
+
tokens: {
|
|
5156
|
+
name: string;
|
|
5157
|
+
type: string;
|
|
5158
|
+
id: number;
|
|
5159
|
+
address: string;
|
|
5160
|
+
}[];
|
|
5161
|
+
};
|
|
5162
|
+
};
|
|
5153
5163
|
oracles: {};
|
|
5154
5164
|
morpho: {};
|
|
5155
5165
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
@@ -5192,7 +5202,7 @@ declare const nibiru: Readonly<{
|
|
|
5192
5202
|
address: "0x0829F361A05D993d5CEb035cA6DF3446b060970b";
|
|
5193
5203
|
})[];
|
|
5194
5204
|
stables: "0x0829F361A05D993d5CEb035cA6DF3446b060970b"[];
|
|
5195
|
-
watchlist:
|
|
5205
|
+
watchlist: ("0x9475b76b7f77791b6147cb989187fecd9b55398a" | "0x0085a09e68468a99c6ec3c0c9c98e17af614c470" | "0x9fe58f1883732931625c281afe2a068fe19183f5" | "0xd8f82b8d2e82265ac25d8d4ef3ca47917693d3d5")[];
|
|
5196
5206
|
internalName: "nibiru";
|
|
5197
5207
|
nativeLogoUrl: "https://assets.oku.trade/natives/nibi.svg";
|
|
5198
5208
|
contracts: {
|
|
@@ -16481,7 +16491,17 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16481
16491
|
safeReorgDistance: 90000;
|
|
16482
16492
|
externalId: {};
|
|
16483
16493
|
markets: {};
|
|
16484
|
-
bridges: {
|
|
16494
|
+
bridges: {
|
|
16495
|
+
stargate: {
|
|
16496
|
+
endpointID: number;
|
|
16497
|
+
tokens: {
|
|
16498
|
+
name: string;
|
|
16499
|
+
type: string;
|
|
16500
|
+
id: number;
|
|
16501
|
+
address: string;
|
|
16502
|
+
}[];
|
|
16503
|
+
};
|
|
16504
|
+
};
|
|
16485
16505
|
oracles: {};
|
|
16486
16506
|
morpho: {};
|
|
16487
16507
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
@@ -16524,7 +16544,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16524
16544
|
address: "0x0829F361A05D993d5CEb035cA6DF3446b060970b";
|
|
16525
16545
|
})[];
|
|
16526
16546
|
stables: "0x0829F361A05D993d5CEb035cA6DF3446b060970b"[];
|
|
16527
|
-
watchlist:
|
|
16547
|
+
watchlist: ("0x9475b76b7f77791b6147cb989187fecd9b55398a" | "0x0085a09e68468a99c6ec3c0c9c98e17af614c470" | "0x9fe58f1883732931625c281afe2a068fe19183f5" | "0xd8f82b8d2e82265ac25d8d4ef3ca47917693d3d5")[];
|
|
16528
16548
|
internalName: "nibiru";
|
|
16529
16549
|
nativeLogoUrl: "https://assets.oku.trade/natives/nibi.svg";
|
|
16530
16550
|
contracts: {
|