@gfxlabs/oku-chains 0.0.20 → 0.0.21
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 +8 -8
- package/dist/index-mjs.js +4 -5
- package/dist/index.js +4 -5
- package/dist/index.mjs +4 -5
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('viem/chains')
|
|
3
|
-
typeof define === 'function' && define.amd ? define(['exports', 'viem/chains'
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global["oku-chains"] = {}, global.chains
|
|
5
|
-
})(this, (function (exports, chains
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('viem/chains')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define(['exports', 'viem/chains'], factory) :
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global["oku-chains"] = {}, global.chains));
|
|
5
|
+
})(this, (function (exports, chains) { 'use strict';
|
|
6
6
|
|
|
7
7
|
const arbitrum = {
|
|
8
8
|
...chains.arbitrum,
|
|
@@ -533,9 +533,9 @@
|
|
|
533
533
|
...chains.polygonZkEvm,
|
|
534
534
|
blockTimeSeconds: 7,
|
|
535
535
|
logoUrl: 'https://assets.oku.trade/zkevm-logo.svg',
|
|
536
|
-
defaultPool:
|
|
537
|
-
defaultToken0:
|
|
538
|
-
defaultToken1:
|
|
536
|
+
defaultPool: '0xd2c7e323c6f5415dc0ee4e3811901b3380d316fd',
|
|
537
|
+
defaultToken0: '0x4f9a0e7fd2bf6067db6994cf12e4495df938e6e9',
|
|
538
|
+
defaultToken1: '0xa8ce8aee21bc2a48a5ef670afcc9274c7bbbc035',
|
|
539
539
|
tokenList: [
|
|
540
540
|
{ symbol: 'WETH', address: '0x4f9a0e7fd2bf6067db6994cf12e4495df938e6e9' },
|
|
541
541
|
{ symbol: 'USDC', address: '0xa8ce8aee21bc2a48a5ef670afcc9274c7bbbc035' },
|
|
@@ -543,7 +543,7 @@
|
|
|
543
543
|
{ symbol: 'DAI', address: '0xc5015b9d9161dca7e18e32f6f25c4ad850731fd4' }
|
|
544
544
|
],
|
|
545
545
|
stables: ['0x1e4a5963abfd975d8c9021ce480b42188849d41d', '0xa8ce8aee21bc2a48a5ef670afcc9274c7bbbc035', '0xc5015b9d9161dca7e18e32f6f25c4ad850731fd4'],
|
|
546
|
-
watchlist: [
|
|
546
|
+
watchlist: ['0xd2c7e323c6f5415dc0ee4e3811901b3380d316fd'],
|
|
547
547
|
internalName: 'polygon-zkevm',
|
|
548
548
|
contracts: {
|
|
549
549
|
...chains.polygonZkEvm.contracts,
|
package/dist/index-mjs.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { arbitrum as arbitrum$1, base as base$1, boba as boba$1, bsc as bsc$1, filecoin as filecoin$1, mainnet as mainnet$1, moonbeam as moonbeam$1, optimism as optimism$1, polygon as polygon$1, rootstock as rootstock$1, scroll as scroll$1, polygonZkEvm as polygonZkEvm$1, zkSync as zkSync$1 } from 'viem/chains';
|
|
2
|
-
import { zeroAddress } from 'viem';
|
|
3
2
|
|
|
4
3
|
const arbitrum = {
|
|
5
4
|
...arbitrum$1,
|
|
@@ -530,9 +529,9 @@ const polygonZkEvm = {
|
|
|
530
529
|
...polygonZkEvm$1,
|
|
531
530
|
blockTimeSeconds: 7,
|
|
532
531
|
logoUrl: 'https://assets.oku.trade/zkevm-logo.svg',
|
|
533
|
-
defaultPool:
|
|
534
|
-
defaultToken0:
|
|
535
|
-
defaultToken1:
|
|
532
|
+
defaultPool: '0xd2c7e323c6f5415dc0ee4e3811901b3380d316fd',
|
|
533
|
+
defaultToken0: '0x4f9a0e7fd2bf6067db6994cf12e4495df938e6e9',
|
|
534
|
+
defaultToken1: '0xa8ce8aee21bc2a48a5ef670afcc9274c7bbbc035',
|
|
536
535
|
tokenList: [
|
|
537
536
|
{ symbol: 'WETH', address: '0x4f9a0e7fd2bf6067db6994cf12e4495df938e6e9' },
|
|
538
537
|
{ symbol: 'USDC', address: '0xa8ce8aee21bc2a48a5ef670afcc9274c7bbbc035' },
|
|
@@ -540,7 +539,7 @@ const polygonZkEvm = {
|
|
|
540
539
|
{ symbol: 'DAI', address: '0xc5015b9d9161dca7e18e32f6f25c4ad850731fd4' }
|
|
541
540
|
],
|
|
542
541
|
stables: ['0x1e4a5963abfd975d8c9021ce480b42188849d41d', '0xa8ce8aee21bc2a48a5ef670afcc9274c7bbbc035', '0xc5015b9d9161dca7e18e32f6f25c4ad850731fd4'],
|
|
543
|
-
watchlist: [
|
|
542
|
+
watchlist: ['0xd2c7e323c6f5415dc0ee4e3811901b3380d316fd'],
|
|
544
543
|
internalName: 'polygon-zkevm',
|
|
545
544
|
contracts: {
|
|
546
545
|
...polygonZkEvm$1.contracts,
|
package/dist/index.js
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var chains = require('viem/chains');
|
|
4
|
-
var viem = require('viem');
|
|
5
4
|
|
|
6
5
|
const arbitrum = {
|
|
7
6
|
...chains.arbitrum,
|
|
@@ -532,9 +531,9 @@ const polygonZkEvm = {
|
|
|
532
531
|
...chains.polygonZkEvm,
|
|
533
532
|
blockTimeSeconds: 7,
|
|
534
533
|
logoUrl: 'https://assets.oku.trade/zkevm-logo.svg',
|
|
535
|
-
defaultPool:
|
|
536
|
-
defaultToken0:
|
|
537
|
-
defaultToken1:
|
|
534
|
+
defaultPool: '0xd2c7e323c6f5415dc0ee4e3811901b3380d316fd',
|
|
535
|
+
defaultToken0: '0x4f9a0e7fd2bf6067db6994cf12e4495df938e6e9',
|
|
536
|
+
defaultToken1: '0xa8ce8aee21bc2a48a5ef670afcc9274c7bbbc035',
|
|
538
537
|
tokenList: [
|
|
539
538
|
{ symbol: 'WETH', address: '0x4f9a0e7fd2bf6067db6994cf12e4495df938e6e9' },
|
|
540
539
|
{ symbol: 'USDC', address: '0xa8ce8aee21bc2a48a5ef670afcc9274c7bbbc035' },
|
|
@@ -542,7 +541,7 @@ const polygonZkEvm = {
|
|
|
542
541
|
{ symbol: 'DAI', address: '0xc5015b9d9161dca7e18e32f6f25c4ad850731fd4' }
|
|
543
542
|
],
|
|
544
543
|
stables: ['0x1e4a5963abfd975d8c9021ce480b42188849d41d', '0xa8ce8aee21bc2a48a5ef670afcc9274c7bbbc035', '0xc5015b9d9161dca7e18e32f6f25c4ad850731fd4'],
|
|
545
|
-
watchlist: [
|
|
544
|
+
watchlist: ['0xd2c7e323c6f5415dc0ee4e3811901b3380d316fd'],
|
|
546
545
|
internalName: 'polygon-zkevm',
|
|
547
546
|
contracts: {
|
|
548
547
|
...chains.polygonZkEvm.contracts,
|
package/dist/index.mjs
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { arbitrum as arbitrum$1, base as base$1, boba as boba$1, bsc as bsc$1, filecoin as filecoin$1, mainnet as mainnet$1, moonbeam as moonbeam$1, optimism as optimism$1, polygon as polygon$1, rootstock as rootstock$1, scroll as scroll$1, polygonZkEvm as polygonZkEvm$1, zkSync as zkSync$1 } from 'viem/chains';
|
|
2
|
-
import { zeroAddress } from 'viem';
|
|
3
2
|
|
|
4
3
|
const arbitrum = {
|
|
5
4
|
...arbitrum$1,
|
|
@@ -530,9 +529,9 @@ const polygonZkEvm = {
|
|
|
530
529
|
...polygonZkEvm$1,
|
|
531
530
|
blockTimeSeconds: 7,
|
|
532
531
|
logoUrl: 'https://assets.oku.trade/zkevm-logo.svg',
|
|
533
|
-
defaultPool:
|
|
534
|
-
defaultToken0:
|
|
535
|
-
defaultToken1:
|
|
532
|
+
defaultPool: '0xd2c7e323c6f5415dc0ee4e3811901b3380d316fd',
|
|
533
|
+
defaultToken0: '0x4f9a0e7fd2bf6067db6994cf12e4495df938e6e9',
|
|
534
|
+
defaultToken1: '0xa8ce8aee21bc2a48a5ef670afcc9274c7bbbc035',
|
|
536
535
|
tokenList: [
|
|
537
536
|
{ symbol: 'WETH', address: '0x4f9a0e7fd2bf6067db6994cf12e4495df938e6e9' },
|
|
538
537
|
{ symbol: 'USDC', address: '0xa8ce8aee21bc2a48a5ef670afcc9274c7bbbc035' },
|
|
@@ -540,7 +539,7 @@ const polygonZkEvm = {
|
|
|
540
539
|
{ symbol: 'DAI', address: '0xc5015b9d9161dca7e18e32f6f25c4ad850731fd4' }
|
|
541
540
|
],
|
|
542
541
|
stables: ['0x1e4a5963abfd975d8c9021ce480b42188849d41d', '0xa8ce8aee21bc2a48a5ef670afcc9274c7bbbc035', '0xc5015b9d9161dca7e18e32f6f25c4ad850731fd4'],
|
|
543
|
-
watchlist: [
|
|
542
|
+
watchlist: ['0xd2c7e323c6f5415dc0ee4e3811901b3380d316fd'],
|
|
544
543
|
internalName: 'polygon-zkevm',
|
|
545
544
|
contracts: {
|
|
546
545
|
...polygonZkEvm$1.contracts,
|