@eth-optimism/tokenlist 8.3.102 → 8.3.103
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-53b31a35.d.ts → optimism.tokenlist-962477fd.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.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -41,7 +41,7 @@ var keywords = [
|
|
|
41
41
|
"layer2",
|
|
42
42
|
"infrastructure"
|
|
43
43
|
];
|
|
44
|
-
var timestamp = "2023-07-31T21:
|
|
44
|
+
var timestamp = "2023-07-31T21:38:57.170Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -4270,6 +4270,7 @@ var tokens = [
|
|
|
4270
4270
|
logoURI: "https://ethereum-optimism.github.io/data/ZRX/logo.png",
|
|
4271
4271
|
extensions: {
|
|
4272
4272
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
4273
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
4273
4274
|
opListId: "default",
|
|
4274
4275
|
opTokenId: "ZRX"
|
|
4275
4276
|
}
|
|
@@ -4287,6 +4288,19 @@ var tokens = [
|
|
|
4287
4288
|
opTokenId: "ZRX"
|
|
4288
4289
|
}
|
|
4289
4290
|
},
|
|
4291
|
+
{
|
|
4292
|
+
chainId: 8543,
|
|
4293
|
+
address: "0x3bB4445D30AC020a84c1b5A8A2C6248ebC9779D0",
|
|
4294
|
+
name: "0x Protocol Token",
|
|
4295
|
+
symbol: "ZRX",
|
|
4296
|
+
decimals: 18,
|
|
4297
|
+
logoURI: "https://ethereum-optimism.github.io/data/ZRX/logo.png",
|
|
4298
|
+
extensions: {
|
|
4299
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
4300
|
+
opListId: "default",
|
|
4301
|
+
opTokenId: "ZRX"
|
|
4302
|
+
}
|
|
4303
|
+
},
|
|
4290
4304
|
{
|
|
4291
4305
|
chainId: 1,
|
|
4292
4306
|
address: "0xc56c2b7e71B54d38Aab6d52E94a04Cbfa8F604fA",
|
|
@@ -4317,7 +4331,7 @@ var tokens = [
|
|
|
4317
4331
|
var version = {
|
|
4318
4332
|
major: 8,
|
|
4319
4333
|
minor: 3,
|
|
4320
|
-
patch:
|
|
4334
|
+
patch: 103
|
|
4321
4335
|
};
|
|
4322
4336
|
var optimism_tokenlist_default = {
|
|
4323
4337
|
name,
|