@eth-optimism/tokenlist 8.3.103 → 8.3.104
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/index.d.ts +1 -1
- package/dist/index.js +16 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-962477fd.d.ts → optimism.tokenlist-04ac5330.d.ts} +16 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +16 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +16 -2
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2023-07-31T21:
|
|
25
|
+
var timestamp = "2023-07-31T21:40:28.836Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -235,6 +235,7 @@ var tokens = [
|
|
|
235
235
|
logoURI: "https://ethereum-optimism.github.io/data/BAL/logo.png",
|
|
236
236
|
extensions: {
|
|
237
237
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
238
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
238
239
|
opListId: "default",
|
|
239
240
|
opTokenId: "BAL"
|
|
240
241
|
}
|
|
@@ -252,6 +253,19 @@ var tokens = [
|
|
|
252
253
|
opTokenId: "BAL"
|
|
253
254
|
}
|
|
254
255
|
},
|
|
256
|
+
{
|
|
257
|
+
chainId: 8543,
|
|
258
|
+
address: "0x7c6b91D9Be155A6Db01f749217d76fF02A7227F2",
|
|
259
|
+
name: "Balancer",
|
|
260
|
+
symbol: "BAL",
|
|
261
|
+
decimals: 18,
|
|
262
|
+
logoURI: "https://ethereum-optimism.github.io/data/BAL/logo.png",
|
|
263
|
+
extensions: {
|
|
264
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
265
|
+
opListId: "default",
|
|
266
|
+
opTokenId: "BAL"
|
|
267
|
+
}
|
|
268
|
+
},
|
|
255
269
|
{
|
|
256
270
|
chainId: 1,
|
|
257
271
|
address: "0x2d94aa3e47d9d5024503ca8491fce9a2fb4da198",
|
|
@@ -4312,7 +4326,7 @@ var tokens = [
|
|
|
4312
4326
|
var version = {
|
|
4313
4327
|
major: 8,
|
|
4314
4328
|
minor: 3,
|
|
4315
|
-
patch:
|
|
4329
|
+
patch: 104
|
|
4316
4330
|
};
|
|
4317
4331
|
var optimism_tokenlist_default = {
|
|
4318
4332
|
name,
|