@gfxlabs/oku-chains 0.4.0 → 0.4.2
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 +2 -0
- package/dist/index-mjs.js +2 -0
- package/dist/index.js +2 -0
- package/dist/types/browser.d.ts +8 -4
- package/dist/types/index-mjs.d.ts +8 -4
- package/dist/types/index.d.ts +8 -4
- package/package.json +4 -2
package/dist/browser.js
CHANGED
package/dist/index-mjs.js
CHANGED
|
@@ -221,6 +221,8 @@ const arbitrum = makeConfig({
|
|
|
221
221
|
weth9: {
|
|
222
222
|
address: "0x82af49447d8a07e3bd95bd0d56f35241523fbab1",
|
|
223
223
|
},
|
|
224
|
+
multicall2: { address: "0x842eC2c7D803033Edf55E478F461FC547Bc54EB2" },
|
|
225
|
+
multicall3: { address: "0xcA11bde05977b3631167028862bE2a173976CA11" },
|
|
224
226
|
},
|
|
225
227
|
});
|
|
226
228
|
|
package/dist/index.js
CHANGED
|
@@ -223,6 +223,8 @@ const arbitrum = makeConfig({
|
|
|
223
223
|
weth9: {
|
|
224
224
|
address: "0x82af49447d8a07e3bd95bd0d56f35241523fbab1",
|
|
225
225
|
},
|
|
226
|
+
multicall2: { address: "0x842eC2c7D803033Edf55E478F461FC547Bc54EB2" },
|
|
227
|
+
multicall3: { address: "0xcA11bde05977b3631167028862bE2a173976CA11" },
|
|
226
228
|
},
|
|
227
229
|
});
|
|
228
230
|
|
package/dist/types/browser.d.ts
CHANGED
|
@@ -77,9 +77,11 @@ declare const arbitrum: Readonly<{
|
|
|
77
77
|
weth9: {
|
|
78
78
|
address: "0x82af49447d8a07e3bd95bd0d56f35241523fbab1";
|
|
79
79
|
};
|
|
80
|
+
multicall2: {
|
|
81
|
+
address: "0x842eC2c7D803033Edf55E478F461FC547Bc54EB2";
|
|
82
|
+
};
|
|
80
83
|
multicall3: {
|
|
81
|
-
|
|
82
|
-
readonly blockCreated: 7654707;
|
|
84
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
83
85
|
};
|
|
84
86
|
};
|
|
85
87
|
blockExplorers: {
|
|
@@ -2992,9 +2994,11 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
2992
2994
|
weth9: {
|
|
2993
2995
|
address: "0x82af49447d8a07e3bd95bd0d56f35241523fbab1";
|
|
2994
2996
|
};
|
|
2997
|
+
multicall2: {
|
|
2998
|
+
address: "0x842eC2c7D803033Edf55E478F461FC547Bc54EB2";
|
|
2999
|
+
};
|
|
2995
3000
|
multicall3: {
|
|
2996
|
-
|
|
2997
|
-
readonly blockCreated: 7654707;
|
|
3001
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
2998
3002
|
};
|
|
2999
3003
|
};
|
|
3000
3004
|
blockExplorers: {
|
|
@@ -77,9 +77,11 @@ declare const arbitrum: Readonly<{
|
|
|
77
77
|
weth9: {
|
|
78
78
|
address: "0x82af49447d8a07e3bd95bd0d56f35241523fbab1";
|
|
79
79
|
};
|
|
80
|
+
multicall2: {
|
|
81
|
+
address: "0x842eC2c7D803033Edf55E478F461FC547Bc54EB2";
|
|
82
|
+
};
|
|
80
83
|
multicall3: {
|
|
81
|
-
|
|
82
|
-
readonly blockCreated: 7654707;
|
|
84
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
83
85
|
};
|
|
84
86
|
};
|
|
85
87
|
blockExplorers: {
|
|
@@ -2992,9 +2994,11 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
2992
2994
|
weth9: {
|
|
2993
2995
|
address: "0x82af49447d8a07e3bd95bd0d56f35241523fbab1";
|
|
2994
2996
|
};
|
|
2997
|
+
multicall2: {
|
|
2998
|
+
address: "0x842eC2c7D803033Edf55E478F461FC547Bc54EB2";
|
|
2999
|
+
};
|
|
2995
3000
|
multicall3: {
|
|
2996
|
-
|
|
2997
|
-
readonly blockCreated: 7654707;
|
|
3001
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
2998
3002
|
};
|
|
2999
3003
|
};
|
|
3000
3004
|
blockExplorers: {
|
package/dist/types/index.d.ts
CHANGED
|
@@ -77,9 +77,11 @@ declare const arbitrum: Readonly<{
|
|
|
77
77
|
weth9: {
|
|
78
78
|
address: "0x82af49447d8a07e3bd95bd0d56f35241523fbab1";
|
|
79
79
|
};
|
|
80
|
+
multicall2: {
|
|
81
|
+
address: "0x842eC2c7D803033Edf55E478F461FC547Bc54EB2";
|
|
82
|
+
};
|
|
80
83
|
multicall3: {
|
|
81
|
-
|
|
82
|
-
readonly blockCreated: 7654707;
|
|
84
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
83
85
|
};
|
|
84
86
|
};
|
|
85
87
|
blockExplorers: {
|
|
@@ -2992,9 +2994,11 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
2992
2994
|
weth9: {
|
|
2993
2995
|
address: "0x82af49447d8a07e3bd95bd0d56f35241523fbab1";
|
|
2994
2996
|
};
|
|
2997
|
+
multicall2: {
|
|
2998
|
+
address: "0x842eC2c7D803033Edf55E478F461FC547Bc54EB2";
|
|
2999
|
+
};
|
|
2995
3000
|
multicall3: {
|
|
2996
|
-
|
|
2997
|
-
readonly blockCreated: 7654707;
|
|
3001
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
2998
3002
|
};
|
|
2999
3003
|
};
|
|
3000
3004
|
blockExplorers: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gfxlabs/oku-chains",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"fmt": "prettier ./src/* -w",
|
|
10
10
|
"clean": "rm -rf dist",
|
|
11
11
|
"generate-barrels": "barrelsby --delete --directory './src/definitions/'",
|
|
12
|
-
"build": "yarn generate-barrels && npx rollup -c",
|
|
12
|
+
"build": "yarn generate-barrels && npx rollup -c && yarn tsx gen_go.ts",
|
|
13
13
|
"prepack": "yarn build",
|
|
14
14
|
"semantic-release": "npx semantic-release"
|
|
15
15
|
},
|
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
"@types/ejs": "^3",
|
|
32
32
|
"@types/node": "^20.11.5",
|
|
33
33
|
"@types/rollup-plugin-peer-deps-external": "^2",
|
|
34
|
+
"@wasm-fmt/gofmt": "^0.4.7",
|
|
34
35
|
"barrelsby": "^2.8.1",
|
|
35
36
|
"conventional-changelog-conventionalcommits": "^7.0.2",
|
|
36
37
|
"ejs": "^3.1.9",
|
|
@@ -43,6 +44,7 @@
|
|
|
43
44
|
"ts-morph": "^21.0.1",
|
|
44
45
|
"ts-node": "^10.9.2",
|
|
45
46
|
"tslib": "^2.6.2",
|
|
47
|
+
"tsx": "^4.7.0",
|
|
46
48
|
"typescript": "^5.3.3",
|
|
47
49
|
"viem": "^2.5.0"
|
|
48
50
|
},
|