@eth-optimism/tokenlist 10.0.1704 → 10.0.1705
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 +28 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +28 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-16304402.d.ts → optimism.tokenlist-48a2b426.d.ts} +28 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +28 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +28 -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 = "2025-08-
|
44
|
+
var timestamp = "2025-08-12T17:32:31.785Z";
|
45
45
|
var tokens = [
|
46
46
|
{
|
47
47
|
chainId: 1,
|
@@ -4433,6 +4433,32 @@ var tokens = [
|
|
4433
4433
|
opTokenId: "fxUSD"
|
4434
4434
|
}
|
4435
4435
|
},
|
4436
|
+
{
|
4437
|
+
chainId: 1,
|
4438
|
+
address: "0x2EE7097BfdD98fCE2AC08A1896038a7cd9aaEd81",
|
4439
|
+
name: "Gaia Token",
|
4440
|
+
symbol: "GAIA",
|
4441
|
+
decimals: 18,
|
4442
|
+
logoURI: "https://ethereum-optimism.github.io/data/GAIA/logo.svg",
|
4443
|
+
extensions: {
|
4444
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
4445
|
+
opListId: "extended",
|
4446
|
+
opTokenId: "GAIA"
|
4447
|
+
}
|
4448
|
+
},
|
4449
|
+
{
|
4450
|
+
chainId: 8453,
|
4451
|
+
address: "0x6fbf03efa4363ca0afe0c9c3906f7d610890b683",
|
4452
|
+
name: "Gaia Token",
|
4453
|
+
symbol: "GAIA",
|
4454
|
+
decimals: 18,
|
4455
|
+
logoURI: "https://ethereum-optimism.github.io/data/GAIA/logo.svg",
|
4456
|
+
extensions: {
|
4457
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
4458
|
+
opListId: "extended",
|
4459
|
+
opTokenId: "GAIA"
|
4460
|
+
}
|
4461
|
+
},
|
4436
4462
|
{
|
4437
4463
|
chainId: 1,
|
4438
4464
|
address: "0x423071774C43c0Aaf4210b439E7CDA8c797e2F26",
|
@@ -14344,7 +14370,7 @@ var tokens = [
|
|
14344
14370
|
var version = {
|
14345
14371
|
major: 10,
|
14346
14372
|
minor: 0,
|
14347
|
-
patch:
|
14373
|
+
patch: 1704
|
14348
14374
|
};
|
14349
14375
|
var optimism_tokenlist_default = {
|
14350
14376
|
name,
|