@eth-optimism/tokenlist 10.0.83 → 10.0.85
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-3261dc25.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 = "2024-06-
|
|
44
|
+
var timestamp = "2024-06-19T17:04:54.389Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -4502,6 +4502,32 @@ var tokens = [
|
|
|
4502
4502
|
opTokenId: "OCEAN"
|
|
4503
4503
|
}
|
|
4504
4504
|
},
|
|
4505
|
+
{
|
|
4506
|
+
chainId: 1,
|
|
4507
|
+
address: "0x8207c1ffc5b6804f6024322ccf34f29c3541ae26",
|
|
4508
|
+
name: "OriginToken",
|
|
4509
|
+
symbol: "OGN",
|
|
4510
|
+
decimals: 18,
|
|
4511
|
+
logoURI: "https://ethereum-optimism.github.io/data/OGN/logo.svg",
|
|
4512
|
+
extensions: {
|
|
4513
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
4514
|
+
opListId: "extended",
|
|
4515
|
+
opTokenId: "OGN"
|
|
4516
|
+
}
|
|
4517
|
+
},
|
|
4518
|
+
{
|
|
4519
|
+
chainId: 8453,
|
|
4520
|
+
address: "0x7002458B1DF59EccB57387bC79fFc7C29E22e6f7",
|
|
4521
|
+
name: "OriginToken",
|
|
4522
|
+
symbol: "OGN",
|
|
4523
|
+
decimals: 18,
|
|
4524
|
+
logoURI: "https://ethereum-optimism.github.io/data/OGN/logo.svg",
|
|
4525
|
+
extensions: {
|
|
4526
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
4527
|
+
opListId: "extended",
|
|
4528
|
+
opTokenId: "OGN"
|
|
4529
|
+
}
|
|
4530
|
+
},
|
|
4505
4531
|
{
|
|
4506
4532
|
chainId: 1,
|
|
4507
4533
|
address: "0x0001A500A6B18995B03f44bb040A5fFc28E45CB0",
|
|
@@ -8530,7 +8556,7 @@ var tokens = [
|
|
|
8530
8556
|
var version = {
|
|
8531
8557
|
major: 10,
|
|
8532
8558
|
minor: 0,
|
|
8533
|
-
patch:
|
|
8559
|
+
patch: 85
|
|
8534
8560
|
};
|
|
8535
8561
|
var optimism_tokenlist_default = {
|
|
8536
8562
|
name,
|