@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.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2023-08-17T16:
|
|
25
|
+
var timestamp = "2023-08-17T16:13:59.657Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -3113,6 +3113,7 @@ var tokens = [
|
|
|
3113
3113
|
logoURI: "https://ethereum-optimism.github.io/data/RPL/logo.svg",
|
|
3114
3114
|
extensions: {
|
|
3115
3115
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
3116
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
3116
3117
|
opListId: "extended",
|
|
3117
3118
|
opTokenId: "RPL"
|
|
3118
3119
|
}
|
|
@@ -3156,6 +3157,19 @@ var tokens = [
|
|
|
3156
3157
|
opTokenId: "RPL"
|
|
3157
3158
|
}
|
|
3158
3159
|
},
|
|
3160
|
+
{
|
|
3161
|
+
chainId: 8453,
|
|
3162
|
+
address: "0x1f73EAf55d696BFFA9b0EA16fa987B93b0f4d302",
|
|
3163
|
+
name: "Rocket Pool Protocol",
|
|
3164
|
+
symbol: "RPL",
|
|
3165
|
+
decimals: 18,
|
|
3166
|
+
logoURI: "https://ethereum-optimism.github.io/data/RPL/logo.svg",
|
|
3167
|
+
extensions: {
|
|
3168
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3169
|
+
opListId: "extended",
|
|
3170
|
+
opTokenId: "RPL"
|
|
3171
|
+
}
|
|
3172
|
+
},
|
|
3159
3173
|
{
|
|
3160
3174
|
chainId: 1,
|
|
3161
3175
|
address: "0x320623b8e4ff03373931769a31fc52a4e78b5d70",
|
|
@@ -4688,7 +4702,7 @@ var tokens = [
|
|
|
4688
4702
|
var version = {
|
|
4689
4703
|
major: 8,
|
|
4690
4704
|
minor: 3,
|
|
4691
|
-
patch:
|
|
4705
|
+
patch: 127
|
|
4692
4706
|
};
|
|
4693
4707
|
var optimism_tokenlist_default = {
|
|
4694
4708
|
name,
|