@eth-optimism/tokenlist 8.3.126 → 8.3.127
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 +16 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-be537c82.d.ts → optimism.tokenlist-30259981.d.ts} +16 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +16 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +16 -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 = "2023-08-17T16:
|
|
44
|
+
var timestamp = "2023-08-17T16:13:59.657Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -3132,6 +3132,7 @@ var tokens = [
|
|
|
3132
3132
|
logoURI: "https://ethereum-optimism.github.io/data/RPL/logo.svg",
|
|
3133
3133
|
extensions: {
|
|
3134
3134
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
3135
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
3135
3136
|
opListId: "extended",
|
|
3136
3137
|
opTokenId: "RPL"
|
|
3137
3138
|
}
|
|
@@ -3175,6 +3176,19 @@ var tokens = [
|
|
|
3175
3176
|
opTokenId: "RPL"
|
|
3176
3177
|
}
|
|
3177
3178
|
},
|
|
3179
|
+
{
|
|
3180
|
+
chainId: 8453,
|
|
3181
|
+
address: "0x1f73EAf55d696BFFA9b0EA16fa987B93b0f4d302",
|
|
3182
|
+
name: "Rocket Pool Protocol",
|
|
3183
|
+
symbol: "RPL",
|
|
3184
|
+
decimals: 18,
|
|
3185
|
+
logoURI: "https://ethereum-optimism.github.io/data/RPL/logo.svg",
|
|
3186
|
+
extensions: {
|
|
3187
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3188
|
+
opListId: "extended",
|
|
3189
|
+
opTokenId: "RPL"
|
|
3190
|
+
}
|
|
3191
|
+
},
|
|
3178
3192
|
{
|
|
3179
3193
|
chainId: 1,
|
|
3180
3194
|
address: "0x320623b8e4ff03373931769a31fc52a4e78b5d70",
|
|
@@ -4707,7 +4721,7 @@ var tokens = [
|
|
|
4707
4721
|
var version = {
|
|
4708
4722
|
major: 8,
|
|
4709
4723
|
minor: 3,
|
|
4710
|
-
patch:
|
|
4724
|
+
patch: 127
|
|
4711
4725
|
};
|
|
4712
4726
|
var optimism_tokenlist_default = {
|
|
4713
4727
|
name,
|