@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
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2024-06-
|
|
9
|
+
var timestamp = "2024-06-19T17:04:54.389Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -4467,6 +4467,32 @@ var tokens = [
|
|
|
4467
4467
|
opTokenId: "OCEAN"
|
|
4468
4468
|
}
|
|
4469
4469
|
},
|
|
4470
|
+
{
|
|
4471
|
+
chainId: 1,
|
|
4472
|
+
address: "0x8207c1ffc5b6804f6024322ccf34f29c3541ae26",
|
|
4473
|
+
name: "OriginToken",
|
|
4474
|
+
symbol: "OGN",
|
|
4475
|
+
decimals: 18,
|
|
4476
|
+
logoURI: "https://ethereum-optimism.github.io/data/OGN/logo.svg",
|
|
4477
|
+
extensions: {
|
|
4478
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
4479
|
+
opListId: "extended",
|
|
4480
|
+
opTokenId: "OGN"
|
|
4481
|
+
}
|
|
4482
|
+
},
|
|
4483
|
+
{
|
|
4484
|
+
chainId: 8453,
|
|
4485
|
+
address: "0x7002458B1DF59EccB57387bC79fFc7C29E22e6f7",
|
|
4486
|
+
name: "OriginToken",
|
|
4487
|
+
symbol: "OGN",
|
|
4488
|
+
decimals: 18,
|
|
4489
|
+
logoURI: "https://ethereum-optimism.github.io/data/OGN/logo.svg",
|
|
4490
|
+
extensions: {
|
|
4491
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
4492
|
+
opListId: "extended",
|
|
4493
|
+
opTokenId: "OGN"
|
|
4494
|
+
}
|
|
4495
|
+
},
|
|
4470
4496
|
{
|
|
4471
4497
|
chainId: 1,
|
|
4472
4498
|
address: "0x0001A500A6B18995B03f44bb040A5fFc28E45CB0",
|
|
@@ -8495,7 +8521,7 @@ var tokens = [
|
|
|
8495
8521
|
var version = {
|
|
8496
8522
|
major: 10,
|
|
8497
8523
|
minor: 0,
|
|
8498
|
-
patch:
|
|
8524
|
+
patch: 85
|
|
8499
8525
|
};
|
|
8500
8526
|
var optimism_tokenlist_default = {
|
|
8501
8527
|
name,
|