@eth-optimism/tokenlist 10.0.83 → 10.0.84
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-54f9ad10.d.ts → optimism.tokenlist-cdac423a.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.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2024-06-
|
|
25
|
+
var timestamp = "2024-06-17T22:25:24.291Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -4483,6 +4483,32 @@ var tokens = [
|
|
|
4483
4483
|
opTokenId: "OCEAN"
|
|
4484
4484
|
}
|
|
4485
4485
|
},
|
|
4486
|
+
{
|
|
4487
|
+
chainId: 1,
|
|
4488
|
+
address: "0x8207c1ffc5b6804f6024322ccf34f29c3541ae26",
|
|
4489
|
+
name: "OriginToken",
|
|
4490
|
+
symbol: "OGN",
|
|
4491
|
+
decimals: 18,
|
|
4492
|
+
logoURI: "https://ethereum-optimism.github.io/data/OGN/logo.svg",
|
|
4493
|
+
extensions: {
|
|
4494
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
4495
|
+
opListId: "extended",
|
|
4496
|
+
opTokenId: "OGN"
|
|
4497
|
+
}
|
|
4498
|
+
},
|
|
4499
|
+
{
|
|
4500
|
+
chainId: 8453,
|
|
4501
|
+
address: "0x7002458B1DF59EccB57387bC79fFc7C29E22e6f7",
|
|
4502
|
+
name: "OriginToken",
|
|
4503
|
+
symbol: "OGN",
|
|
4504
|
+
decimals: 18,
|
|
4505
|
+
logoURI: "https://ethereum-optimism.github.io/data/OGN/logo.svg",
|
|
4506
|
+
extensions: {
|
|
4507
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
4508
|
+
opListId: "extended",
|
|
4509
|
+
opTokenId: "OGN"
|
|
4510
|
+
}
|
|
4511
|
+
},
|
|
4486
4512
|
{
|
|
4487
4513
|
chainId: 1,
|
|
4488
4514
|
address: "0x0001A500A6B18995B03f44bb040A5fFc28E45CB0",
|
|
@@ -8511,7 +8537,7 @@ var tokens = [
|
|
|
8511
8537
|
var version = {
|
|
8512
8538
|
major: 10,
|
|
8513
8539
|
minor: 0,
|
|
8514
|
-
patch:
|
|
8540
|
+
patch: 84
|
|
8515
8541
|
};
|
|
8516
8542
|
var optimism_tokenlist_default = {
|
|
8517
8543
|
name,
|