@eth-optimism/tokenlist 9.0.23 → 9.0.25
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-0fa3cfc4.d.ts → optimism.tokenlist-6d34c8a0.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-01-
|
|
44
|
+
var timestamp = "2024-01-09T00:22:44.395Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -4732,6 +4732,32 @@ var tokens = [
|
|
|
4732
4732
|
opTokenId: "SNT"
|
|
4733
4733
|
}
|
|
4734
4734
|
},
|
|
4735
|
+
{
|
|
4736
|
+
chainId: 11155111,
|
|
4737
|
+
address: "0xE452027cdEF746c7Cd3DB31CB700428b16cD8E51",
|
|
4738
|
+
name: "Status Test Token",
|
|
4739
|
+
symbol: "STT",
|
|
4740
|
+
decimals: 18,
|
|
4741
|
+
logoURI: "https://ethereum-optimism.github.io/data/SNT/logo.svg",
|
|
4742
|
+
extensions: {
|
|
4743
|
+
optimismBridgeAddress: "0xFBb0621E0B23b5478B630BD55a5f21f67730B0F1",
|
|
4744
|
+
opListId: "extended",
|
|
4745
|
+
opTokenId: "SNT"
|
|
4746
|
+
}
|
|
4747
|
+
},
|
|
4748
|
+
{
|
|
4749
|
+
chainId: 11155420,
|
|
4750
|
+
address: "0x0B5DAd18B8791ddb24252B433ec4f21f9e6e5Ed0",
|
|
4751
|
+
name: "Status Test Token",
|
|
4752
|
+
symbol: "STT",
|
|
4753
|
+
decimals: 18,
|
|
4754
|
+
logoURI: "https://ethereum-optimism.github.io/data/SNT/logo.svg",
|
|
4755
|
+
extensions: {
|
|
4756
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
4757
|
+
opListId: "extended",
|
|
4758
|
+
opTokenId: "SNT"
|
|
4759
|
+
}
|
|
4760
|
+
},
|
|
4735
4761
|
{
|
|
4736
4762
|
chainId: 1,
|
|
4737
4763
|
address: "0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f",
|
|
@@ -6580,7 +6606,7 @@ var tokens = [
|
|
|
6580
6606
|
var version = {
|
|
6581
6607
|
major: 9,
|
|
6582
6608
|
minor: 0,
|
|
6583
|
-
patch:
|
|
6609
|
+
patch: 25
|
|
6584
6610
|
};
|
|
6585
6611
|
var optimism_tokenlist_default = {
|
|
6586
6612
|
name,
|