@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
@@ -6,7 +6,7 @@ var keywords = [
|
|
6
6
|
"layer2",
|
7
7
|
"infrastructure"
|
8
8
|
];
|
9
|
-
var timestamp = "2025-08-
|
9
|
+
var timestamp = "2025-08-12T17:32:31.785Z";
|
10
10
|
var tokens = [
|
11
11
|
{
|
12
12
|
chainId: 1,
|
@@ -4398,6 +4398,32 @@ var tokens = [
|
|
4398
4398
|
opTokenId: "fxUSD"
|
4399
4399
|
}
|
4400
4400
|
},
|
4401
|
+
{
|
4402
|
+
chainId: 1,
|
4403
|
+
address: "0x2EE7097BfdD98fCE2AC08A1896038a7cd9aaEd81",
|
4404
|
+
name: "Gaia Token",
|
4405
|
+
symbol: "GAIA",
|
4406
|
+
decimals: 18,
|
4407
|
+
logoURI: "https://ethereum-optimism.github.io/data/GAIA/logo.svg",
|
4408
|
+
extensions: {
|
4409
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
4410
|
+
opListId: "extended",
|
4411
|
+
opTokenId: "GAIA"
|
4412
|
+
}
|
4413
|
+
},
|
4414
|
+
{
|
4415
|
+
chainId: 8453,
|
4416
|
+
address: "0x6fbf03efa4363ca0afe0c9c3906f7d610890b683",
|
4417
|
+
name: "Gaia Token",
|
4418
|
+
symbol: "GAIA",
|
4419
|
+
decimals: 18,
|
4420
|
+
logoURI: "https://ethereum-optimism.github.io/data/GAIA/logo.svg",
|
4421
|
+
extensions: {
|
4422
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
4423
|
+
opListId: "extended",
|
4424
|
+
opTokenId: "GAIA"
|
4425
|
+
}
|
4426
|
+
},
|
4401
4427
|
{
|
4402
4428
|
chainId: 1,
|
4403
4429
|
address: "0x423071774C43c0Aaf4210b439E7CDA8c797e2F26",
|
@@ -14309,7 +14335,7 @@ var tokens = [
|
|
14309
14335
|
var version = {
|
14310
14336
|
major: 10,
|
14311
14337
|
minor: 0,
|
14312
|
-
patch:
|
14338
|
+
patch: 1704
|
14313
14339
|
};
|
14314
14340
|
var optimism_tokenlist_default = {
|
14315
14341
|
name,
|