@eth-optimism/tokenlist 10.0.20 → 10.0.22
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/README.md +2 -2
- 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-b6c288b6.d.ts → optimism.tokenlist-c982ca94.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-04-
|
|
9
|
+
var timestamp = "2024-04-19T21:09:11.538Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -3544,6 +3544,32 @@ var tokens = [
|
|
|
3544
3544
|
opTokenId: "OP"
|
|
3545
3545
|
}
|
|
3546
3546
|
},
|
|
3547
|
+
{
|
|
3548
|
+
chainId: 1,
|
|
3549
|
+
address: "0xc28eb2250d1AE32c7E74CFb6d6b86afC9BEb6509",
|
|
3550
|
+
name: "Open Ecosystem Token",
|
|
3551
|
+
symbol: "OPN",
|
|
3552
|
+
decimals: 18,
|
|
3553
|
+
logoURI: "https://ethereum-optimism.github.io/data/OPN/logo.svg",
|
|
3554
|
+
extensions: {
|
|
3555
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
3556
|
+
opListId: "extended",
|
|
3557
|
+
opTokenId: "OPN"
|
|
3558
|
+
}
|
|
3559
|
+
},
|
|
3560
|
+
{
|
|
3561
|
+
chainId: 8453,
|
|
3562
|
+
address: "0x9A6d24c02eC35ad970287eE8296D4D6552a31DbE",
|
|
3563
|
+
name: "Open Ecosystem Token",
|
|
3564
|
+
symbol: "OPN",
|
|
3565
|
+
decimals: 18,
|
|
3566
|
+
logoURI: "https://ethereum-optimism.github.io/data/OPN/logo.svg",
|
|
3567
|
+
extensions: {
|
|
3568
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3569
|
+
opListId: "extended",
|
|
3570
|
+
opTokenId: "OPN"
|
|
3571
|
+
}
|
|
3572
|
+
},
|
|
3547
3573
|
{
|
|
3548
3574
|
chainId: 1,
|
|
3549
3575
|
address: "0x6100dd79fCAA88420750DceE3F735d168aBcB771",
|
|
@@ -6410,7 +6436,7 @@ var tokens = [
|
|
|
6410
6436
|
var version = {
|
|
6411
6437
|
major: 10,
|
|
6412
6438
|
minor: 0,
|
|
6413
|
-
patch:
|
|
6439
|
+
patch: 22
|
|
6414
6440
|
};
|
|
6415
6441
|
var optimism_tokenlist_default = {
|
|
6416
6442
|
name,
|