@eth-optimism/tokenlist 10.0.155 → 10.0.156
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-d2be6c62.d.ts → optimism.tokenlist-a3271e5e.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.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2024-11-07T17:
|
|
25
|
+
var timestamp = "2024-11-07T17:56:13.476Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -5797,6 +5797,32 @@ var tokens = [
|
|
|
5797
5797
|
opTokenId: "PNDR"
|
|
5798
5798
|
}
|
|
5799
5799
|
},
|
|
5800
|
+
{
|
|
5801
|
+
chainId: 1,
|
|
5802
|
+
address: "0x906c012fa4C30d580537c2b72d1789F56F488a80",
|
|
5803
|
+
name: "PogCoin",
|
|
5804
|
+
symbol: "POGS",
|
|
5805
|
+
decimals: 18,
|
|
5806
|
+
logoURI: "https://ethereum-optimism.github.io/data/POGS/logo.svg",
|
|
5807
|
+
extensions: {
|
|
5808
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
5809
|
+
opListId: "extended",
|
|
5810
|
+
opTokenId: "POGS"
|
|
5811
|
+
}
|
|
5812
|
+
},
|
|
5813
|
+
{
|
|
5814
|
+
chainId: 8453,
|
|
5815
|
+
address: "0x728f0a7FEC1859Cb0d71A432271D4E80310d235f",
|
|
5816
|
+
name: "PogCoin",
|
|
5817
|
+
symbol: "POGS",
|
|
5818
|
+
decimals: 18,
|
|
5819
|
+
logoURI: "https://ethereum-optimism.github.io/data/POGS/logo.svg",
|
|
5820
|
+
extensions: {
|
|
5821
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
5822
|
+
opListId: "extended",
|
|
5823
|
+
opTokenId: "POGS"
|
|
5824
|
+
}
|
|
5825
|
+
},
|
|
5800
5826
|
{
|
|
5801
5827
|
chainId: 1,
|
|
5802
5828
|
address: "0x0cec1a9154ff802e7934fc916ed7ca50bde6844e",
|
|
@@ -10035,7 +10061,7 @@ var tokens = [
|
|
|
10035
10061
|
var version = {
|
|
10036
10062
|
major: 10,
|
|
10037
10063
|
minor: 0,
|
|
10038
|
-
patch:
|
|
10064
|
+
patch: 156
|
|
10039
10065
|
};
|
|
10040
10066
|
var optimism_tokenlist_default = {
|
|
10041
10067
|
name,
|