@gfxlabs/oku-chains 1.0.6 → 1.0.8
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 +5 -4
- package/dist/index-mjs.js +5 -4
- package/dist/index.js +5 -4
- package/dist/types/browser.d.ts +10 -10
- package/dist/types/index-mjs.d.ts +10 -10
- package/dist/types/index.d.ts +10 -10
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -815,6 +815,7 @@
|
|
|
815
815
|
|
|
816
816
|
const manta = makeConfig({
|
|
817
817
|
...chains.manta,
|
|
818
|
+
name: "Manta Pacific",
|
|
818
819
|
blockTimeSeconds: 2,
|
|
819
820
|
sortIndex: 13,
|
|
820
821
|
logoUrl: "https://assets.oku.trade/manta-logo.png",
|
|
@@ -841,9 +842,9 @@
|
|
|
841
842
|
nativeWrappedName: "ETH",
|
|
842
843
|
},
|
|
843
844
|
},
|
|
844
|
-
defaultPool: "
|
|
845
|
-
defaultToken0: "
|
|
846
|
-
defaultToken1: "
|
|
845
|
+
defaultPool: "0xbfca3e002acbcea2f9d48a87cf545cb4344f9a3e",
|
|
846
|
+
defaultToken0: "0x0dc808adce2099a9f62aa87d9670745aba741746",
|
|
847
|
+
defaultToken1: "0xb73603c5d87fa094b7314c74ace2e64d165016fb",
|
|
847
848
|
tokenList: [
|
|
848
849
|
{ symbol: "WETH", address: "0x0Dc808adcE2099A9F62AA87D9670745AbA741746" },
|
|
849
850
|
{ symbol: "USDC", address: "0xb73603C5d87fA094B7314C74ACE2e64D165016fb" },
|
|
@@ -855,7 +856,7 @@
|
|
|
855
856
|
"0xf417F5A458eC102B90352F697D6e2Ac3A3d2851f",
|
|
856
857
|
"0xb73603C5d87fA094B7314C74ACE2e64D165016fb",
|
|
857
858
|
],
|
|
858
|
-
watchlist: [],
|
|
859
|
+
watchlist: ["0xbfca3e002acbcea2f9d48a87cf545cb4344f9a3e"],
|
|
859
860
|
internalName: "manta",
|
|
860
861
|
contracts: {
|
|
861
862
|
...chains.manta.contracts,
|
package/dist/index-mjs.js
CHANGED
|
@@ -811,6 +811,7 @@ const mainnet = makeConfig({
|
|
|
811
811
|
|
|
812
812
|
const manta = makeConfig({
|
|
813
813
|
...manta$1,
|
|
814
|
+
name: "Manta Pacific",
|
|
814
815
|
blockTimeSeconds: 2,
|
|
815
816
|
sortIndex: 13,
|
|
816
817
|
logoUrl: "https://assets.oku.trade/manta-logo.png",
|
|
@@ -837,9 +838,9 @@ const manta = makeConfig({
|
|
|
837
838
|
nativeWrappedName: "ETH",
|
|
838
839
|
},
|
|
839
840
|
},
|
|
840
|
-
defaultPool: "
|
|
841
|
-
defaultToken0: "
|
|
842
|
-
defaultToken1: "
|
|
841
|
+
defaultPool: "0xbfca3e002acbcea2f9d48a87cf545cb4344f9a3e",
|
|
842
|
+
defaultToken0: "0x0dc808adce2099a9f62aa87d9670745aba741746",
|
|
843
|
+
defaultToken1: "0xb73603c5d87fa094b7314c74ace2e64d165016fb",
|
|
843
844
|
tokenList: [
|
|
844
845
|
{ symbol: "WETH", address: "0x0Dc808adcE2099A9F62AA87D9670745AbA741746" },
|
|
845
846
|
{ symbol: "USDC", address: "0xb73603C5d87fA094B7314C74ACE2e64D165016fb" },
|
|
@@ -851,7 +852,7 @@ const manta = makeConfig({
|
|
|
851
852
|
"0xf417F5A458eC102B90352F697D6e2Ac3A3d2851f",
|
|
852
853
|
"0xb73603C5d87fA094B7314C74ACE2e64D165016fb",
|
|
853
854
|
],
|
|
854
|
-
watchlist: [],
|
|
855
|
+
watchlist: ["0xbfca3e002acbcea2f9d48a87cf545cb4344f9a3e"],
|
|
855
856
|
internalName: "manta",
|
|
856
857
|
contracts: {
|
|
857
858
|
...manta$1.contracts,
|
package/dist/index.js
CHANGED
|
@@ -813,6 +813,7 @@ const mainnet = makeConfig({
|
|
|
813
813
|
|
|
814
814
|
const manta = makeConfig({
|
|
815
815
|
...chains.manta,
|
|
816
|
+
name: "Manta Pacific",
|
|
816
817
|
blockTimeSeconds: 2,
|
|
817
818
|
sortIndex: 13,
|
|
818
819
|
logoUrl: "https://assets.oku.trade/manta-logo.png",
|
|
@@ -839,9 +840,9 @@ const manta = makeConfig({
|
|
|
839
840
|
nativeWrappedName: "ETH",
|
|
840
841
|
},
|
|
841
842
|
},
|
|
842
|
-
defaultPool: "
|
|
843
|
-
defaultToken0: "
|
|
844
|
-
defaultToken1: "
|
|
843
|
+
defaultPool: "0xbfca3e002acbcea2f9d48a87cf545cb4344f9a3e",
|
|
844
|
+
defaultToken0: "0x0dc808adce2099a9f62aa87d9670745aba741746",
|
|
845
|
+
defaultToken1: "0xb73603c5d87fa094b7314c74ace2e64d165016fb",
|
|
845
846
|
tokenList: [
|
|
846
847
|
{ symbol: "WETH", address: "0x0Dc808adcE2099A9F62AA87D9670745AbA741746" },
|
|
847
848
|
{ symbol: "USDC", address: "0xb73603C5d87fA094B7314C74ACE2e64D165016fb" },
|
|
@@ -853,7 +854,7 @@ const manta = makeConfig({
|
|
|
853
854
|
"0xf417F5A458eC102B90352F697D6e2Ac3A3d2851f",
|
|
854
855
|
"0xb73603C5d87fA094B7314C74ACE2e64D165016fb",
|
|
855
856
|
],
|
|
856
|
-
watchlist: [],
|
|
857
|
+
watchlist: ["0xbfca3e002acbcea2f9d48a87cf545cb4344f9a3e"],
|
|
857
858
|
internalName: "manta",
|
|
858
859
|
contracts: {
|
|
859
860
|
...chains.manta.contracts,
|
package/dist/types/browser.d.ts
CHANGED
|
@@ -1149,6 +1149,7 @@ declare const mainnet: Readonly<{
|
|
|
1149
1149
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
1150
1150
|
}>;
|
|
1151
1151
|
declare const manta: Readonly<{
|
|
1152
|
+
name: "Manta Pacific";
|
|
1152
1153
|
blockTimeSeconds: 2;
|
|
1153
1154
|
sortIndex: 13;
|
|
1154
1155
|
logoUrl: "https://assets.oku.trade/manta-logo.png";
|
|
@@ -1175,9 +1176,9 @@ declare const manta: Readonly<{
|
|
|
1175
1176
|
nativeWrappedName: string;
|
|
1176
1177
|
};
|
|
1177
1178
|
};
|
|
1178
|
-
defaultPool: "
|
|
1179
|
-
defaultToken0: "
|
|
1180
|
-
defaultToken1: "
|
|
1179
|
+
defaultPool: "0xbfca3e002acbcea2f9d48a87cf545cb4344f9a3e";
|
|
1180
|
+
defaultToken0: "0x0dc808adce2099a9f62aa87d9670745aba741746";
|
|
1181
|
+
defaultToken1: "0xb73603c5d87fa094b7314c74ace2e64d165016fb";
|
|
1181
1182
|
tokenList: ({
|
|
1182
1183
|
symbol: string;
|
|
1183
1184
|
address: "0x0Dc808adcE2099A9F62AA87D9670745AbA741746";
|
|
@@ -1195,7 +1196,7 @@ declare const manta: Readonly<{
|
|
|
1195
1196
|
address: "0x305E88d809c9DC03179554BFbf85Ac05Ce8F18d6";
|
|
1196
1197
|
})[];
|
|
1197
1198
|
stables: ("0xb73603C5d87fA094B7314C74ACE2e64D165016fb" | "0xf417F5A458eC102B90352F697D6e2Ac3A3d2851f")[];
|
|
1198
|
-
watchlist:
|
|
1199
|
+
watchlist: "0xbfca3e002acbcea2f9d48a87cf545cb4344f9a3e"[];
|
|
1199
1200
|
internalName: "manta";
|
|
1200
1201
|
contracts: {
|
|
1201
1202
|
limitOrder: {
|
|
@@ -1222,7 +1223,6 @@ declare const manta: Readonly<{
|
|
|
1222
1223
|
};
|
|
1223
1224
|
};
|
|
1224
1225
|
id: 169;
|
|
1225
|
-
name: "Manta Pacific Mainnet";
|
|
1226
1226
|
nativeCurrency: {
|
|
1227
1227
|
readonly decimals: 18;
|
|
1228
1228
|
readonly name: "ETH";
|
|
@@ -5850,6 +5850,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
5850
5850
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
5851
5851
|
network: "zksync-era";
|
|
5852
5852
|
}>, Readonly<{
|
|
5853
|
+
name: "Manta Pacific";
|
|
5853
5854
|
blockTimeSeconds: 2;
|
|
5854
5855
|
sortIndex: 13;
|
|
5855
5856
|
logoUrl: "https://assets.oku.trade/manta-logo.png";
|
|
@@ -5876,9 +5877,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
5876
5877
|
nativeWrappedName: string;
|
|
5877
5878
|
};
|
|
5878
5879
|
};
|
|
5879
|
-
defaultPool: "
|
|
5880
|
-
defaultToken0: "
|
|
5881
|
-
defaultToken1: "
|
|
5880
|
+
defaultPool: "0xbfca3e002acbcea2f9d48a87cf545cb4344f9a3e";
|
|
5881
|
+
defaultToken0: "0x0dc808adce2099a9f62aa87d9670745aba741746";
|
|
5882
|
+
defaultToken1: "0xb73603c5d87fa094b7314c74ace2e64d165016fb";
|
|
5882
5883
|
tokenList: ({
|
|
5883
5884
|
symbol: string;
|
|
5884
5885
|
address: "0x0Dc808adcE2099A9F62AA87D9670745AbA741746";
|
|
@@ -5896,7 +5897,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
5896
5897
|
address: "0x305E88d809c9DC03179554BFbf85Ac05Ce8F18d6";
|
|
5897
5898
|
})[];
|
|
5898
5899
|
stables: ("0xb73603C5d87fA094B7314C74ACE2e64D165016fb" | "0xf417F5A458eC102B90352F697D6e2Ac3A3d2851f")[];
|
|
5899
|
-
watchlist:
|
|
5900
|
+
watchlist: "0xbfca3e002acbcea2f9d48a87cf545cb4344f9a3e"[];
|
|
5900
5901
|
internalName: "manta";
|
|
5901
5902
|
contracts: {
|
|
5902
5903
|
limitOrder: {
|
|
@@ -5923,7 +5924,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
5923
5924
|
};
|
|
5924
5925
|
};
|
|
5925
5926
|
id: 169;
|
|
5926
|
-
name: "Manta Pacific Mainnet";
|
|
5927
5927
|
nativeCurrency: {
|
|
5928
5928
|
readonly decimals: 18;
|
|
5929
5929
|
readonly name: "ETH";
|
|
@@ -1149,6 +1149,7 @@ declare const mainnet: Readonly<{
|
|
|
1149
1149
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
1150
1150
|
}>;
|
|
1151
1151
|
declare const manta: Readonly<{
|
|
1152
|
+
name: "Manta Pacific";
|
|
1152
1153
|
blockTimeSeconds: 2;
|
|
1153
1154
|
sortIndex: 13;
|
|
1154
1155
|
logoUrl: "https://assets.oku.trade/manta-logo.png";
|
|
@@ -1175,9 +1176,9 @@ declare const manta: Readonly<{
|
|
|
1175
1176
|
nativeWrappedName: string;
|
|
1176
1177
|
};
|
|
1177
1178
|
};
|
|
1178
|
-
defaultPool: "
|
|
1179
|
-
defaultToken0: "
|
|
1180
|
-
defaultToken1: "
|
|
1179
|
+
defaultPool: "0xbfca3e002acbcea2f9d48a87cf545cb4344f9a3e";
|
|
1180
|
+
defaultToken0: "0x0dc808adce2099a9f62aa87d9670745aba741746";
|
|
1181
|
+
defaultToken1: "0xb73603c5d87fa094b7314c74ace2e64d165016fb";
|
|
1181
1182
|
tokenList: ({
|
|
1182
1183
|
symbol: string;
|
|
1183
1184
|
address: "0x0Dc808adcE2099A9F62AA87D9670745AbA741746";
|
|
@@ -1195,7 +1196,7 @@ declare const manta: Readonly<{
|
|
|
1195
1196
|
address: "0x305E88d809c9DC03179554BFbf85Ac05Ce8F18d6";
|
|
1196
1197
|
})[];
|
|
1197
1198
|
stables: ("0xb73603C5d87fA094B7314C74ACE2e64D165016fb" | "0xf417F5A458eC102B90352F697D6e2Ac3A3d2851f")[];
|
|
1198
|
-
watchlist:
|
|
1199
|
+
watchlist: "0xbfca3e002acbcea2f9d48a87cf545cb4344f9a3e"[];
|
|
1199
1200
|
internalName: "manta";
|
|
1200
1201
|
contracts: {
|
|
1201
1202
|
limitOrder: {
|
|
@@ -1222,7 +1223,6 @@ declare const manta: Readonly<{
|
|
|
1222
1223
|
};
|
|
1223
1224
|
};
|
|
1224
1225
|
id: 169;
|
|
1225
|
-
name: "Manta Pacific Mainnet";
|
|
1226
1226
|
nativeCurrency: {
|
|
1227
1227
|
readonly decimals: 18;
|
|
1228
1228
|
readonly name: "ETH";
|
|
@@ -5850,6 +5850,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
5850
5850
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
5851
5851
|
network: "zksync-era";
|
|
5852
5852
|
}>, Readonly<{
|
|
5853
|
+
name: "Manta Pacific";
|
|
5853
5854
|
blockTimeSeconds: 2;
|
|
5854
5855
|
sortIndex: 13;
|
|
5855
5856
|
logoUrl: "https://assets.oku.trade/manta-logo.png";
|
|
@@ -5876,9 +5877,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
5876
5877
|
nativeWrappedName: string;
|
|
5877
5878
|
};
|
|
5878
5879
|
};
|
|
5879
|
-
defaultPool: "
|
|
5880
|
-
defaultToken0: "
|
|
5881
|
-
defaultToken1: "
|
|
5880
|
+
defaultPool: "0xbfca3e002acbcea2f9d48a87cf545cb4344f9a3e";
|
|
5881
|
+
defaultToken0: "0x0dc808adce2099a9f62aa87d9670745aba741746";
|
|
5882
|
+
defaultToken1: "0xb73603c5d87fa094b7314c74ace2e64d165016fb";
|
|
5882
5883
|
tokenList: ({
|
|
5883
5884
|
symbol: string;
|
|
5884
5885
|
address: "0x0Dc808adcE2099A9F62AA87D9670745AbA741746";
|
|
@@ -5896,7 +5897,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
5896
5897
|
address: "0x305E88d809c9DC03179554BFbf85Ac05Ce8F18d6";
|
|
5897
5898
|
})[];
|
|
5898
5899
|
stables: ("0xb73603C5d87fA094B7314C74ACE2e64D165016fb" | "0xf417F5A458eC102B90352F697D6e2Ac3A3d2851f")[];
|
|
5899
|
-
watchlist:
|
|
5900
|
+
watchlist: "0xbfca3e002acbcea2f9d48a87cf545cb4344f9a3e"[];
|
|
5900
5901
|
internalName: "manta";
|
|
5901
5902
|
contracts: {
|
|
5902
5903
|
limitOrder: {
|
|
@@ -5923,7 +5924,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
5923
5924
|
};
|
|
5924
5925
|
};
|
|
5925
5926
|
id: 169;
|
|
5926
|
-
name: "Manta Pacific Mainnet";
|
|
5927
5927
|
nativeCurrency: {
|
|
5928
5928
|
readonly decimals: 18;
|
|
5929
5929
|
readonly name: "ETH";
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1149,6 +1149,7 @@ declare const mainnet: Readonly<{
|
|
|
1149
1149
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
1150
1150
|
}>;
|
|
1151
1151
|
declare const manta: Readonly<{
|
|
1152
|
+
name: "Manta Pacific";
|
|
1152
1153
|
blockTimeSeconds: 2;
|
|
1153
1154
|
sortIndex: 13;
|
|
1154
1155
|
logoUrl: "https://assets.oku.trade/manta-logo.png";
|
|
@@ -1175,9 +1176,9 @@ declare const manta: Readonly<{
|
|
|
1175
1176
|
nativeWrappedName: string;
|
|
1176
1177
|
};
|
|
1177
1178
|
};
|
|
1178
|
-
defaultPool: "
|
|
1179
|
-
defaultToken0: "
|
|
1180
|
-
defaultToken1: "
|
|
1179
|
+
defaultPool: "0xbfca3e002acbcea2f9d48a87cf545cb4344f9a3e";
|
|
1180
|
+
defaultToken0: "0x0dc808adce2099a9f62aa87d9670745aba741746";
|
|
1181
|
+
defaultToken1: "0xb73603c5d87fa094b7314c74ace2e64d165016fb";
|
|
1181
1182
|
tokenList: ({
|
|
1182
1183
|
symbol: string;
|
|
1183
1184
|
address: "0x0Dc808adcE2099A9F62AA87D9670745AbA741746";
|
|
@@ -1195,7 +1196,7 @@ declare const manta: Readonly<{
|
|
|
1195
1196
|
address: "0x305E88d809c9DC03179554BFbf85Ac05Ce8F18d6";
|
|
1196
1197
|
})[];
|
|
1197
1198
|
stables: ("0xb73603C5d87fA094B7314C74ACE2e64D165016fb" | "0xf417F5A458eC102B90352F697D6e2Ac3A3d2851f")[];
|
|
1198
|
-
watchlist:
|
|
1199
|
+
watchlist: "0xbfca3e002acbcea2f9d48a87cf545cb4344f9a3e"[];
|
|
1199
1200
|
internalName: "manta";
|
|
1200
1201
|
contracts: {
|
|
1201
1202
|
limitOrder: {
|
|
@@ -1222,7 +1223,6 @@ declare const manta: Readonly<{
|
|
|
1222
1223
|
};
|
|
1223
1224
|
};
|
|
1224
1225
|
id: 169;
|
|
1225
|
-
name: "Manta Pacific Mainnet";
|
|
1226
1226
|
nativeCurrency: {
|
|
1227
1227
|
readonly decimals: 18;
|
|
1228
1228
|
readonly name: "ETH";
|
|
@@ -5850,6 +5850,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
5850
5850
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
5851
5851
|
network: "zksync-era";
|
|
5852
5852
|
}>, Readonly<{
|
|
5853
|
+
name: "Manta Pacific";
|
|
5853
5854
|
blockTimeSeconds: 2;
|
|
5854
5855
|
sortIndex: 13;
|
|
5855
5856
|
logoUrl: "https://assets.oku.trade/manta-logo.png";
|
|
@@ -5876,9 +5877,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
5876
5877
|
nativeWrappedName: string;
|
|
5877
5878
|
};
|
|
5878
5879
|
};
|
|
5879
|
-
defaultPool: "
|
|
5880
|
-
defaultToken0: "
|
|
5881
|
-
defaultToken1: "
|
|
5880
|
+
defaultPool: "0xbfca3e002acbcea2f9d48a87cf545cb4344f9a3e";
|
|
5881
|
+
defaultToken0: "0x0dc808adce2099a9f62aa87d9670745aba741746";
|
|
5882
|
+
defaultToken1: "0xb73603c5d87fa094b7314c74ace2e64d165016fb";
|
|
5882
5883
|
tokenList: ({
|
|
5883
5884
|
symbol: string;
|
|
5884
5885
|
address: "0x0Dc808adcE2099A9F62AA87D9670745AbA741746";
|
|
@@ -5896,7 +5897,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
5896
5897
|
address: "0x305E88d809c9DC03179554BFbf85Ac05Ce8F18d6";
|
|
5897
5898
|
})[];
|
|
5898
5899
|
stables: ("0xb73603C5d87fA094B7314C74ACE2e64D165016fb" | "0xf417F5A458eC102B90352F697D6e2Ac3A3d2851f")[];
|
|
5899
|
-
watchlist:
|
|
5900
|
+
watchlist: "0xbfca3e002acbcea2f9d48a87cf545cb4344f9a3e"[];
|
|
5900
5901
|
internalName: "manta";
|
|
5901
5902
|
contracts: {
|
|
5902
5903
|
limitOrder: {
|
|
@@ -5923,7 +5924,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
5923
5924
|
};
|
|
5924
5925
|
};
|
|
5925
5926
|
id: 169;
|
|
5926
|
-
name: "Manta Pacific Mainnet";
|
|
5927
5927
|
nativeCurrency: {
|
|
5928
5928
|
readonly decimals: 18;
|
|
5929
5929
|
readonly name: "ETH";
|