@gfxlabs/oku-chains 1.0.9 → 1.0.11
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 +12 -2
- package/dist/index-mjs.js +12 -2
- package/dist/index.js +12 -2
- package/dist/types/browser.d.ts +1470 -258
- package/dist/types/index-mjs.d.ts +1470 -258
- package/dist/types/index.d.ts +1470 -258
- package/package.json +8 -8
- package/readme.md +8 -0
package/dist/browser.js
CHANGED
|
@@ -628,7 +628,7 @@
|
|
|
628
628
|
universalRouter: "0xEf1c6E67703c7BD7107eed8303Fbe6EC2554BF6B",
|
|
629
629
|
},
|
|
630
630
|
token: {
|
|
631
|
-
usdcAddress: "
|
|
631
|
+
usdcAddress: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
632
632
|
wethAddress: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
|
|
633
633
|
wbtcAddress: "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
|
|
634
634
|
},
|
|
@@ -863,7 +863,17 @@
|
|
|
863
863
|
"0xf417F5A458eC102B90352F697D6e2Ac3A3d2851f",
|
|
864
864
|
"0xb73603C5d87fA094B7314C74ACE2e64D165016fb",
|
|
865
865
|
],
|
|
866
|
-
watchlist: [
|
|
866
|
+
watchlist: [
|
|
867
|
+
"0xbfca3e002acbcea2f9d48a87cf545cb4344f9a3e",
|
|
868
|
+
"0xbfca3e002acbcea2f9d48a87cf545cb4344f9a3e",
|
|
869
|
+
"0x9a70668cf02902b53c24f7d21762d19dfb9b69a6",
|
|
870
|
+
"0xa6f04e80aee9e491539cdf0cec8c2099df46816f",
|
|
871
|
+
"0x1cfd505f8a79be3a4fd9305239991f480e5fdc7b",
|
|
872
|
+
"0x775eac394b56cfad02d963c9c3c9cd2e425dab4e",
|
|
873
|
+
"0x060f2babc09826687be9cbf5c7ede3b3cd00dd78",
|
|
874
|
+
"0x6e32805add5f5255c22d8f0125a0c7d351926bc3",
|
|
875
|
+
"0x5bedc5d1e1d0b32caca78db23af71126b6fe26b6",
|
|
876
|
+
],
|
|
867
877
|
internalName: "manta",
|
|
868
878
|
contracts: {
|
|
869
879
|
...chains.manta.contracts,
|
package/dist/index-mjs.js
CHANGED
|
@@ -624,7 +624,7 @@ const mainnet = makeConfig({
|
|
|
624
624
|
universalRouter: "0xEf1c6E67703c7BD7107eed8303Fbe6EC2554BF6B",
|
|
625
625
|
},
|
|
626
626
|
token: {
|
|
627
|
-
usdcAddress: "
|
|
627
|
+
usdcAddress: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
628
628
|
wethAddress: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
|
|
629
629
|
wbtcAddress: "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
|
|
630
630
|
},
|
|
@@ -859,7 +859,17 @@ const manta = makeConfig({
|
|
|
859
859
|
"0xf417F5A458eC102B90352F697D6e2Ac3A3d2851f",
|
|
860
860
|
"0xb73603C5d87fA094B7314C74ACE2e64D165016fb",
|
|
861
861
|
],
|
|
862
|
-
watchlist: [
|
|
862
|
+
watchlist: [
|
|
863
|
+
"0xbfca3e002acbcea2f9d48a87cf545cb4344f9a3e",
|
|
864
|
+
"0xbfca3e002acbcea2f9d48a87cf545cb4344f9a3e",
|
|
865
|
+
"0x9a70668cf02902b53c24f7d21762d19dfb9b69a6",
|
|
866
|
+
"0xa6f04e80aee9e491539cdf0cec8c2099df46816f",
|
|
867
|
+
"0x1cfd505f8a79be3a4fd9305239991f480e5fdc7b",
|
|
868
|
+
"0x775eac394b56cfad02d963c9c3c9cd2e425dab4e",
|
|
869
|
+
"0x060f2babc09826687be9cbf5c7ede3b3cd00dd78",
|
|
870
|
+
"0x6e32805add5f5255c22d8f0125a0c7d351926bc3",
|
|
871
|
+
"0x5bedc5d1e1d0b32caca78db23af71126b6fe26b6",
|
|
872
|
+
],
|
|
863
873
|
internalName: "manta",
|
|
864
874
|
contracts: {
|
|
865
875
|
...manta$1.contracts,
|
package/dist/index.js
CHANGED
|
@@ -626,7 +626,7 @@ const mainnet = makeConfig({
|
|
|
626
626
|
universalRouter: "0xEf1c6E67703c7BD7107eed8303Fbe6EC2554BF6B",
|
|
627
627
|
},
|
|
628
628
|
token: {
|
|
629
|
-
usdcAddress: "
|
|
629
|
+
usdcAddress: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
630
630
|
wethAddress: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
|
|
631
631
|
wbtcAddress: "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
|
|
632
632
|
},
|
|
@@ -861,7 +861,17 @@ const manta = makeConfig({
|
|
|
861
861
|
"0xf417F5A458eC102B90352F697D6e2Ac3A3d2851f",
|
|
862
862
|
"0xb73603C5d87fA094B7314C74ACE2e64D165016fb",
|
|
863
863
|
],
|
|
864
|
-
watchlist: [
|
|
864
|
+
watchlist: [
|
|
865
|
+
"0xbfca3e002acbcea2f9d48a87cf545cb4344f9a3e",
|
|
866
|
+
"0xbfca3e002acbcea2f9d48a87cf545cb4344f9a3e",
|
|
867
|
+
"0x9a70668cf02902b53c24f7d21762d19dfb9b69a6",
|
|
868
|
+
"0xa6f04e80aee9e491539cdf0cec8c2099df46816f",
|
|
869
|
+
"0x1cfd505f8a79be3a4fd9305239991f480e5fdc7b",
|
|
870
|
+
"0x775eac394b56cfad02d963c9c3c9cd2e425dab4e",
|
|
871
|
+
"0x060f2babc09826687be9cbf5c7ede3b3cd00dd78",
|
|
872
|
+
"0x6e32805add5f5255c22d8f0125a0c7d351926bc3",
|
|
873
|
+
"0x5bedc5d1e1d0b32caca78db23af71126b6fe26b6",
|
|
874
|
+
],
|
|
865
875
|
internalName: "manta",
|
|
866
876
|
contracts: {
|
|
867
877
|
...chains.manta.contracts,
|