@eth-optimism/tokenlist 10.0.92 → 10.0.93
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-7d2f7974.d.ts → optimism.tokenlist-2d5ca29e.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-
|
|
44
|
+
var timestamp = "2024-07-09T00:02:37.973Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -6124,6 +6124,32 @@ var tokens = [
|
|
|
6124
6124
|
opTokenId: "ShibDoge"
|
|
6125
6125
|
}
|
|
6126
6126
|
},
|
|
6127
|
+
{
|
|
6128
|
+
chainId: 1,
|
|
6129
|
+
address: "0x6f80310CA7F2C654691D1383149Fa1A57d8AB1f8",
|
|
6130
|
+
name: "Silo Governance Token",
|
|
6131
|
+
symbol: "Silo",
|
|
6132
|
+
decimals: 18,
|
|
6133
|
+
logoURI: "https://ethereum-optimism.github.io/data/Silo/logo.svg",
|
|
6134
|
+
extensions: {
|
|
6135
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
6136
|
+
opListId: "extended",
|
|
6137
|
+
opTokenId: "Silo"
|
|
6138
|
+
}
|
|
6139
|
+
},
|
|
6140
|
+
{
|
|
6141
|
+
chainId: 8453,
|
|
6142
|
+
address: "0xF734eFdE0C424BA2B547b186586dE417b0954802",
|
|
6143
|
+
name: "Silo Governance Token",
|
|
6144
|
+
symbol: "Silo",
|
|
6145
|
+
decimals: 18,
|
|
6146
|
+
logoURI: "https://ethereum-optimism.github.io/data/Silo/logo.svg",
|
|
6147
|
+
extensions: {
|
|
6148
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
6149
|
+
opListId: "extended",
|
|
6150
|
+
opTokenId: "Silo"
|
|
6151
|
+
}
|
|
6152
|
+
},
|
|
6127
6153
|
{
|
|
6128
6154
|
chainId: 1,
|
|
6129
6155
|
address: "0x9F52c8ecbEe10e00D9faaAc5Ee9Ba0fF6550F511",
|
|
@@ -8712,7 +8738,7 @@ var tokens = [
|
|
|
8712
8738
|
var version = {
|
|
8713
8739
|
major: 10,
|
|
8714
8740
|
minor: 0,
|
|
8715
|
-
patch:
|
|
8741
|
+
patch: 93
|
|
8716
8742
|
};
|
|
8717
8743
|
var optimism_tokenlist_default = {
|
|
8718
8744
|
name,
|