@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.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-11-07T17:
|
|
44
|
+
var timestamp = "2024-11-07T17:56:13.476Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -5816,6 +5816,32 @@ var tokens = [
|
|
|
5816
5816
|
opTokenId: "PNDR"
|
|
5817
5817
|
}
|
|
5818
5818
|
},
|
|
5819
|
+
{
|
|
5820
|
+
chainId: 1,
|
|
5821
|
+
address: "0x906c012fa4C30d580537c2b72d1789F56F488a80",
|
|
5822
|
+
name: "PogCoin",
|
|
5823
|
+
symbol: "POGS",
|
|
5824
|
+
decimals: 18,
|
|
5825
|
+
logoURI: "https://ethereum-optimism.github.io/data/POGS/logo.svg",
|
|
5826
|
+
extensions: {
|
|
5827
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
5828
|
+
opListId: "extended",
|
|
5829
|
+
opTokenId: "POGS"
|
|
5830
|
+
}
|
|
5831
|
+
},
|
|
5832
|
+
{
|
|
5833
|
+
chainId: 8453,
|
|
5834
|
+
address: "0x728f0a7FEC1859Cb0d71A432271D4E80310d235f",
|
|
5835
|
+
name: "PogCoin",
|
|
5836
|
+
symbol: "POGS",
|
|
5837
|
+
decimals: 18,
|
|
5838
|
+
logoURI: "https://ethereum-optimism.github.io/data/POGS/logo.svg",
|
|
5839
|
+
extensions: {
|
|
5840
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
5841
|
+
opListId: "extended",
|
|
5842
|
+
opTokenId: "POGS"
|
|
5843
|
+
}
|
|
5844
|
+
},
|
|
5819
5845
|
{
|
|
5820
5846
|
chainId: 1,
|
|
5821
5847
|
address: "0x0cec1a9154ff802e7934fc916ed7ca50bde6844e",
|
|
@@ -10054,7 +10080,7 @@ var tokens = [
|
|
|
10054
10080
|
var version = {
|
|
10055
10081
|
major: 10,
|
|
10056
10082
|
minor: 0,
|
|
10057
|
-
patch:
|
|
10083
|
+
patch: 156
|
|
10058
10084
|
};
|
|
10059
10085
|
var optimism_tokenlist_default = {
|
|
10060
10086
|
name,
|